comparison src/proto/gui_x11.pro @ 51:8c25f10d49e7 v7.0028

updated for version 7.0028
author vimboss
date Sun, 02 Jan 2005 11:43:19 +0000
parents c524f99c7925
children 2b4debdc8d2c
comparison
equal deleted inserted replaced
50:90188be4861f 51:8c25f10d49e7
64 void gui_mch_drawsign __ARGS((int row, int col, int typenr)); 64 void gui_mch_drawsign __ARGS((int row, int col, int typenr));
65 void *gui_mch_register_sign __ARGS((char_u *signfile)); 65 void *gui_mch_register_sign __ARGS((char_u *signfile));
66 void gui_mch_destroy_sign __ARGS((void *sign)); 66 void gui_mch_destroy_sign __ARGS((void *sign));
67 void gui_mch_mousehide __ARGS((int hide)); 67 void gui_mch_mousehide __ARGS((int hide));
68 void mch_set_mouse_shape __ARGS((int shape)); 68 void mch_set_mouse_shape __ARGS((int shape));
69 void get_toolbar_pixmap __ARGS((vimmenu_T *menu, Pixmap *sen, Pixmap *insen));
70 void gui_mch_menu_set_tip __ARGS((vimmenu_T *menu)); 69 void gui_mch_menu_set_tip __ARGS((vimmenu_T *menu));
71 /* vim: set ft=c : */ 70 /* vim: set ft=c : */