diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-09-13 17:26:54 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-09-13 17:26:54 +0200 |
commit | 32d19c1820305729c0d1b21536b18bae2d8378ed (patch) | |
tree | 6dd790dd68ffc208a6f46cba099ec58df06d0f80 /src/proto/window.pro | |
parent | 78dcd4f002c41fff9c15434336f57210edc384f2 (diff) | |
download | vim-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.pro | 2 |
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 : */ |