Skip to content

Commit ef7eaae

Browse files
committed
Add gui_mch_get_rgb_color
1 parent 39fe75e commit ef7eaae

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/MacVim/gui_macvim.m

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1631,6 +1631,13 @@
16311631
}
16321632

16331633

1634+
guicolor_T
1635+
gui_mch_get_rgb_color(int r, int g, int b)
1636+
{
1637+
return gui_get_rgb_color_cmn(r, g, b);
1638+
}
1639+
1640+
16341641
/*
16351642
* Get the screen dimensions.
16361643
* Allow 10 pixels for horizontal borders, 40 for vertical borders.

0 commit comments

Comments
 (0)