summaryrefslogtreecommitdiffstats
path: root/src/proto/window.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/window.pro')
-rw-r--r--src/proto/window.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/window.pro b/src/proto/window.pro
index b21b4633f2..7ed8042f7b 100644
--- a/src/proto/window.pro
+++ b/src/proto/window.pro
@@ -54,6 +54,7 @@ void win_setheight_win(int height, win_T *win);
void win_setwidth(int width);
void win_setwidth_win(int width, win_T *wp);
void win_setminheight(void);
+void win_setminwidth(void);
void win_drag_status_line(win_T *dragwin, int offset);
void win_drag_vsep_line(win_T *dragwin, int offset);
void set_fraction(win_T *wp);