summaryrefslogtreecommitdiff
path: root/src/proto/window.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-09-13 17:26:54 +0200
committerBram Moolenaar <Bram@vim.org>2018-09-13 17:26:54 +0200
commit32d19c1820305729c0d1b21536b18bae2d8378ed (patch)
tree6dd790dd68ffc208a6f46cba099ec58df06d0f80 /src/proto/window.pro
parent78dcd4f002c41fff9c15434336f57210edc384f2 (diff)
downloadvim-git-32d19c1820305729c0d1b21536b18bae2d8378ed.tar.gz
patch 8.1.0380: "make proto" doesn't work wellv8.1.0380
Problem: "make proto" doesn't work well. Solution: Define a few more types for cproto. Update proto files. Fix that workshop didn't build.
Diffstat (limited to 'src/proto/window.pro')
-rw-r--r--src/proto/window.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/window.pro b/src/proto/window.pro
index c31e59969..4527a37f4 100644
--- a/src/proto/window.pro
+++ b/src/proto/window.pro
@@ -94,5 +94,5 @@ void win_id2tabwin(typval_T *argvars, list_T *list);
win_T *win_id2wp(typval_T *argvars);
int win_id2win(typval_T *argvars);
void win_findbuf(typval_T *argvars, list_T *list);
-void get_framelayout(frame_T *fr, list_T *l, int topframe);
+void get_framelayout(frame_T *fr, list_T *l, int outer);
/* vim: set ft=c : */