mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
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:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user