Merge pull request #335 from macvim-dev/fix/gui_mch_get_rgb

Sync gui_mch_get_rgb with 7.4.2243
This commit is contained in:
Kazuki Sakamoto
2016-08-22 23:13:51 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1597,7 +1597,7 @@ gui_mch_get_color(char_u *name)
/*
* Return the RGB value of a pixel as long.
*/
long_u
guicolor_T
gui_mch_get_rgb(guicolor_T pixel)
{
// This is only implemented so that vim can guess the correct value for
+1 -1
View File
@@ -121,7 +121,7 @@ gui_mch_enable_scrollbar(
gui_mch_flash(int msec);
guicolor_T
gui_mch_get_color(char_u *name);
long_u
guicolor_T
gui_mch_get_rgb(guicolor_T pixel);
void
gui_mch_get_screen_dimensions(int *screen_w, int *screen_h);