Add gui_mch_get_rgb_color

This commit is contained in:
Kazuki Sakamoto
2017-07-23 10:43:54 -07:00
parent 39fe75e11b
commit ef7eaae607
+7
View File
@@ -1631,6 +1631,13 @@ gui_mch_get_rgb(guicolor_T pixel)
}
guicolor_T
gui_mch_get_rgb_color(int r, int g, int b)
{
return gui_get_rgb_color_cmn(r, g, b);
}
/*
* Get the screen dimensions.
* Allow 10 pixels for horizontal borders, 40 for vertical borders.