Skip to content

Commit e0d3e50

Browse files
committed
Add gui_mch_get_rgb_color prototype
Fix #530
1 parent de39807 commit e0d3e50

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/proto/gui_macvim.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ gui_mch_flash(int msec);
125125
gui_mch_get_color(char_u *name);
126126
guicolor_T
127127
gui_mch_get_rgb(guicolor_T pixel);
128+
guicolor_T
129+
gui_mch_get_rgb_color(int r, int g, int b);
128130
void
129131
gui_mch_get_screen_dimensions(int *screen_w, int *screen_h);
130132
int

0 commit comments

Comments
 (0)