comparison 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
comparison
equal deleted inserted replaced
34052:e2e9bb5496a5 34053:19cdfe768104
35 char_u *gui_mch_font_dialog(char_u *oldval); 35 char_u *gui_mch_font_dialog(char_u *oldval);
36 int gui_mch_init_font(char_u *font_name, int fontset); 36 int gui_mch_init_font(char_u *font_name, int fontset);
37 GuiFont gui_mch_get_font(char_u *name, int report_error); 37 GuiFont gui_mch_get_font(char_u *name, int report_error);
38 char_u *gui_mch_get_fontname(GuiFont font, char_u *name); 38 char_u *gui_mch_get_fontname(GuiFont font, char_u *name);
39 void gui_mch_free_font(GuiFont font); 39 void gui_mch_free_font(GuiFont font);
40 void gui_mch_expand_font(optexpand_T *args, void *param, int (*cb)(char_u *val)); 40 void gui_mch_expand_font(optexpand_T *args, void *param, int (*add_match)(char_u *val));
41 guicolor_T gui_mch_get_color(char_u *name); 41 guicolor_T gui_mch_get_color(char_u *name);
42 guicolor_T gui_mch_get_rgb_color(int r, int g, int b); 42 guicolor_T gui_mch_get_rgb_color(int r, int g, int b);
43 void gui_mch_set_fg_color(guicolor_T color); 43 void gui_mch_set_fg_color(guicolor_T color);
44 void gui_mch_set_bg_color(guicolor_T color); 44 void gui_mch_set_bg_color(guicolor_T color);
45 void gui_mch_set_sp_color(guicolor_T color); 45 void gui_mch_set_sp_color(guicolor_T color);