comparison src/proto/gui_mac.pro @ 501:ce2181d14aa0 v7.0139

updated for version 7.0139
author vimboss
date Tue, 30 Aug 2005 21:55:26 +0000
parents d0d15b184c56
children 4a79d6d376f0
comparison
equal deleted inserted replaced
500:4772a5e3f9fa 501:ce2181d14aa0
45 int gui_mch_same_font __ARGS((GuiFont f1, GuiFont f2)); 45 int gui_mch_same_font __ARGS((GuiFont f1, GuiFont f2));
46 void gui_mch_free_font __ARGS((GuiFont font)); 46 void gui_mch_free_font __ARGS((GuiFont font));
47 guicolor_T gui_mch_get_color __ARGS((char_u *name)); 47 guicolor_T gui_mch_get_color __ARGS((char_u *name));
48 void gui_mch_set_fg_color __ARGS((guicolor_T color)); 48 void gui_mch_set_fg_color __ARGS((guicolor_T color));
49 void gui_mch_set_bg_color __ARGS((guicolor_T color)); 49 void gui_mch_set_bg_color __ARGS((guicolor_T color));
50 void gui_mch_set_sp_color __ARGS((guicolor_T color));
50 void gui_mch_draw_string __ARGS((int row, int col, char_u *s, int len, int flags)); 51 void gui_mch_draw_string __ARGS((int row, int col, char_u *s, int len, int flags));
51 int gui_mch_haskey __ARGS((char_u *name)); 52 int gui_mch_haskey __ARGS((char_u *name));
52 void gui_mch_beep __ARGS((void)); 53 void gui_mch_beep __ARGS((void));
53 void gui_mch_flash __ARGS((int msec)); 54 void gui_mch_flash __ARGS((int msec));
54 void gui_mch_invert_rectangle __ARGS((int r, int c, int nr, int nc)); 55 void gui_mch_invert_rectangle __ARGS((int r, int c, int nr, int nc));