diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-09-23 16:14:49 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-09-23 16:14:49 +0000 |
commit | 09736232affa71893b93293cc9c4681b84b0cbf2 (patch) | |
tree | b75925987f2f5279ec67ea670617a1118694b814 /src/proto/gui_gtk_x11.pro | |
parent | 79ef6d642e7a5f8ee5333940e397f27e57268786 (diff) | |
download | vim-git-09736232affa71893b93293cc9c4681b84b0cbf2.tar.gz |
updated for version 7.2-264v7.2.264
Diffstat (limited to 'src/proto/gui_gtk_x11.pro')
-rw-r--r-- | src/proto/gui_gtk_x11.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/gui_gtk_x11.pro b/src/proto/gui_gtk_x11.pro index 87ff6da40..93b65bf72 100644 --- a/src/proto/gui_gtk_x11.pro +++ b/src/proto/gui_gtk_x11.pro @@ -16,6 +16,8 @@ int gui_mch_open __ARGS((void)); void gui_mch_exit __ARGS((int rc)); int gui_mch_get_winpos __ARGS((int *x, int *y)); void gui_mch_set_winpos __ARGS((int x, int y)); +int gui_mch_maximized __ARGS((void)); +void gui_mch_unmaximize __ARGS((void)); void gui_mch_set_shellsize __ARGS((int width, int height, int min_width, int min_height, int base_width, int base_height, int direction)); void gui_mch_get_screen_dimensions __ARGS((int *screen_w, int *screen_h)); void gui_mch_settitle __ARGS((char_u *title, char_u *icon)); |