We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b0affa + 247f8a5 commit c20131fCopy full SHA for c20131f
2 files changed
src/MacVim/gui_macvim.m
@@ -1597,7 +1597,7 @@
1597
/*
1598
* Return the RGB value of a pixel as long.
1599
*/
1600
- long_u
+ guicolor_T
1601
gui_mch_get_rgb(guicolor_T pixel)
1602
{
1603
// This is only implemented so that vim can guess the correct value for
src/proto/gui_macvim.pro
@@ -121,7 +121,7 @@ gui_mch_enable_scrollbar(
121
gui_mch_flash(int msec);
122
guicolor_T
123
gui_mch_get_color(char_u *name);
124
125
gui_mch_get_rgb(guicolor_T pixel);
126
void
127
gui_mch_get_screen_dimensions(int *screen_w, int *screen_h);
0 commit comments