comparison src/proto/gui_x11.pro @ 88:2b4debdc8d2c v7.0035

updated for version 7.0035
author vimboss
date Sat, 08 Jan 2005 21:49:45 +0000
parents 8c25f10d49e7
children 48c9c2bf59af
comparison
equal deleted inserted replaced
87:014ba200db86 88:2b4debdc8d2c
55 void gui_mch_set_blinking __ARGS((long waittime, long on, long off)); 55 void gui_mch_set_blinking __ARGS((long waittime, long on, long off));
56 void gui_mch_stop_blink __ARGS((void)); 56 void gui_mch_stop_blink __ARGS((void));
57 void gui_mch_start_blink __ARGS((void)); 57 void gui_mch_start_blink __ARGS((void));
58 long_u gui_mch_get_rgb __ARGS((guicolor_T pixel)); 58 long_u gui_mch_get_rgb __ARGS((guicolor_T pixel));
59 void gui_x11_callbacks __ARGS((Widget textArea, Widget vimForm)); 59 void gui_x11_callbacks __ARGS((Widget textArea, Widget vimForm));
60 int gui_mch_get_mouse_x __ARGS((void)); 60 void gui_mch_getmouse __ARGS((int *x, int *y));
61 int gui_mch_get_mouse_y __ARGS((void));
62 void gui_mch_setmouse __ARGS((int x, int y)); 61 void gui_mch_setmouse __ARGS((int x, int y));
63 XButtonPressedEvent *gui_x11_get_last_mouse_event __ARGS((void)); 62 XButtonPressedEvent *gui_x11_get_last_mouse_event __ARGS((void));
64 void gui_mch_drawsign __ARGS((int row, int col, int typenr)); 63 void gui_mch_drawsign __ARGS((int row, int col, int typenr));
65 void *gui_mch_register_sign __ARGS((char_u *signfile)); 64 void *gui_mch_register_sign __ARGS((char_u *signfile));
66 void gui_mch_destroy_sign __ARGS((void *sign)); 65 void gui_mch_destroy_sign __ARGS((void *sign));