diff src/proto/gui_gtk_x11.pro @ 34053:19cdfe768104 v9.0.2190

patch 9.0.2190: proto files need update Commit: https://github.com/vim/vim/commit/6a950da86d7a6eb09d5ebeab17657986420d07ac Author: Christian Brabandt <cb@256bit.org> Date: Mon Jan 1 20:18:36 2024 +0100 patch 9.0.2190: proto files need update Problem: proto files need update Solution: re-generate them Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 01 Jan 2024 20:30:02 +0100
parents f8dd278ab05f
children fdc8a179c79e
line wrap: on
line diff
--- a/src/proto/gui_gtk_x11.pro
+++ b/src/proto/gui_gtk_x11.pro
@@ -37,7 +37,7 @@ int gui_mch_init_font(char_u *font_name,
 GuiFont gui_mch_get_font(char_u *name, int report_error);
 char_u *gui_mch_get_fontname(GuiFont font, char_u *name);
 void gui_mch_free_font(GuiFont font);
-void gui_mch_expand_font(optexpand_T *args, void *param, int (*cb)(char_u *val));
+void gui_mch_expand_font(optexpand_T *args, void *param, int (*add_match)(char_u *val));
 guicolor_T gui_mch_get_color(char_u *name);
 guicolor_T gui_mch_get_rgb_color(int r, int g, int b);
 void gui_mch_set_fg_color(guicolor_T color);