commit | 4c7ed462cb7813730b4f15f9cb09f1b26d097fca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 15 22:18:42 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 15 22:18:42 2006 +0000 |
tree | cbca54821fdbaeb62a5c92ef875c8b8df54813c3 | |
parent | e45828b593d8308535b80ef17fe660ead6fab533 [diff] [blame] |
updated for version 7.0198
diff --git a/src/proto/window.pro b/src/proto/window.pro index a1808bc..0ff745a 100644 --- a/src/proto/window.pro +++ b/src/proto/window.pro
@@ -26,6 +26,7 @@ void shell_new_columns __ARGS((void)); void win_size_save __ARGS((garray_T *gap)); void win_size_restore __ARGS((garray_T *gap)); +int win_comp_pos __ARGS((void)); void win_setheight __ARGS((int height)); void win_setheight_win __ARGS((int height, win_T *win)); void win_setwidth __ARGS((int width));