diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-25 22:07:05 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-25 22:07:05 +0000 |
commit | df3267e4e1872b2964c8882d9231bafff430f956 (patch) | |
tree | 0e424591efa2983c15bdefb98942b0ee4c967902 /src/proto/gui_gtk.pro | |
parent | 495de9c1ae4689130e7274c3b10c9228d4e2eebd (diff) | |
download | vim-git-df3267e4e1872b2964c8882d9231bafff430f956.tar.gz |
updated for version 7.0044
Diffstat (limited to 'src/proto/gui_gtk.pro')
-rw-r--r-- | src/proto/gui_gtk.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/gui_gtk.pro b/src/proto/gui_gtk.pro index afe38dc2b..882587e55 100644 --- a/src/proto/gui_gtk.pro +++ b/src/proto/gui_gtk.pro @@ -14,6 +14,7 @@ void gui_mch_destroy_scrollbar __ARGS((scrollbar_T *sb)); char_u *gui_mch_browse __ARGS((int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *filter)); char_u *gui_mch_browsedir __ARGS((char_u *title, char_u *initdir)); int gui_mch_dialog __ARGS((int type, char_u *title, char_u *message, char_u *buttons, int def_but, char_u *textfield)); +int gui_mch_dialog __ARGS((int type, char_u *title, char_u *message, char_u *buttons, int def_but, char_u *textfield)); void gui_mch_show_popupmenu __ARGS((vimmenu_T *menu)); void gui_make_popup __ARGS((char_u *path_name)); void gui_mch_find_dialog __ARGS((exarg_T *eap)); |