comparison src/proto/gui_x11.pro @ 214:48c9c2bf59af v7.0060

updated for version 7.0060
author vimboss
date Wed, 16 Mar 2005 09:57:51 +0000
parents 2b4debdc8d2c
children c773cb978acf
comparison
equal deleted inserted replaced
213:d85089194104 214:48c9c2bf59af
25 int fontset_height __ARGS((XFontSet fs)); 25 int fontset_height __ARGS((XFontSet fs));
26 int fontset_height2 __ARGS((XFontSet fs)); 26 int fontset_height2 __ARGS((XFontSet fs));
27 guicolor_T gui_mch_get_color __ARGS((char_u *reqname)); 27 guicolor_T gui_mch_get_color __ARGS((char_u *reqname));
28 void gui_mch_set_fg_color __ARGS((guicolor_T color)); 28 void gui_mch_set_fg_color __ARGS((guicolor_T color));
29 void gui_mch_set_bg_color __ARGS((guicolor_T color)); 29 void gui_mch_set_bg_color __ARGS((guicolor_T color));
30 void gui_mch_set_sp_color __ARGS((guicolor_T color));
30 void gui_mch_draw_string __ARGS((int row, int col, char_u *s, int len, int flags)); 31 void gui_mch_draw_string __ARGS((int row, int col, char_u *s, int len, int flags));
31 int gui_mch_haskey __ARGS((char_u *name)); 32 int gui_mch_haskey __ARGS((char_u *name));
32 int gui_get_x11_windis __ARGS((Window *win, Display **dis)); 33 int gui_get_x11_windis __ARGS((Window *win, Display **dis));
33 void gui_mch_beep __ARGS((void)); 34 void gui_mch_beep __ARGS((void));
34 void gui_mch_flash __ARGS((int msec)); 35 void gui_mch_flash __ARGS((int msec));