diff options
Diffstat (limited to 'src/proto/gui_w32.pro')
-rw-r--r-- | src/proto/gui_w32.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/gui_w32.pro b/src/proto/gui_w32.pro index c1fe955e0..680a9f55c 100644 --- a/src/proto/gui_w32.pro +++ b/src/proto/gui_w32.pro @@ -72,7 +72,7 @@ void gui_mch_draw_string __ARGS((int row, int col, char_u *text, int len, int fl void gui_mch_flush __ARGS((void)); void gui_mch_add_menu __ARGS((vimmenu_T *menu, int pos)); void gui_mch_show_popupmenu __ARGS((vimmenu_T *menu)); -void gui_make_popup __ARGS((char_u *path_name)); +void gui_make_popup __ARGS((char_u *path_name, int mouse_pos)); void gui_make_tearoff __ARGS((char_u *path_name)); void gui_mch_add_menu_item __ARGS((vimmenu_T *menu, int idx)); void gui_mch_destroy_menu __ARGS((vimmenu_T *menu)); |