Mercurial > vim
comparison src/proto/gui_w32.pro @ 87:014ba200db86
updated for version 7.0035
author | vimboss |
---|---|
date | Sat, 08 Jan 2005 21:45:39 +0000 |
parents | fdf55076c53f |
children | 80000fb16feb |
comparison
equal
deleted
inserted
replaced
86:8173ec1e9f1f | 87:014ba200db86 |
---|---|
37 void ex_simalt __ARGS((exarg_T *eap)); | 37 void ex_simalt __ARGS((exarg_T *eap)); |
38 void gui_mch_find_dialog __ARGS((exarg_T *eap)); | 38 void gui_mch_find_dialog __ARGS((exarg_T *eap)); |
39 void gui_mch_replace_dialog __ARGS((exarg_T *eap)); | 39 void gui_mch_replace_dialog __ARGS((exarg_T *eap)); |
40 void gui_mch_mousehide __ARGS((int hide)); | 40 void gui_mch_mousehide __ARGS((int hide)); |
41 void gui_mch_destroy_scrollbar __ARGS((scrollbar_T *sb)); | 41 void gui_mch_destroy_scrollbar __ARGS((scrollbar_T *sb)); |
42 int gui_mch_get_mouse_x __ARGS((void)); | 42 void gui_mch_getmouse __ARGS((int *x, int *y)); |
43 int gui_mch_get_mouse_y __ARGS((void)); | |
44 void gui_mch_setmouse __ARGS((int x, int y)); | 43 void gui_mch_setmouse __ARGS((int x, int y)); |
45 void gui_mch_get_screen_dimensions __ARGS((int *screen_w, int *screen_h)); | 44 void gui_mch_get_screen_dimensions __ARGS((int *screen_w, int *screen_h)); |
46 void gui_mch_flash __ARGS((int msec)); | 45 void gui_mch_flash __ARGS((int msec)); |
47 void gui_mch_delete_lines __ARGS((int row, int num_lines)); | 46 void gui_mch_delete_lines __ARGS((int row, int num_lines)); |
48 void gui_mch_insert_lines __ARGS((int row, int num_lines)); | 47 void gui_mch_insert_lines __ARGS((int row, int num_lines)); |