From 247f8a5b5db7935d59e383f223f05621acd56cf2 Mon Sep 17 00:00:00 2001 From: Kazuki Sakamoto Date: Mon, 22 Aug 2016 23:12:10 -0700 Subject: [PATCH] Sync gui_mch_get_rgb with 7.4.2243 --- src/MacVim/gui_macvim.m | 2 +- src/proto/gui_macvim.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MacVim/gui_macvim.m b/src/MacVim/gui_macvim.m index 92fe03d06b..264948a767 100644 --- a/src/MacVim/gui_macvim.m +++ b/src/MacVim/gui_macvim.m @@ -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 diff --git a/src/proto/gui_macvim.pro b/src/proto/gui_macvim.pro index aa002e54c0..997e3d640c 100644 --- a/src/proto/gui_macvim.pro +++ b/src/proto/gui_macvim.pro @@ -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);