summaryrefslogtreecommitdiffstats
path: root/src/proto/popupwin.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-06-16 22:54:14 +0200
committerBram Moolenaar <Bram@vim.org>2019-06-16 22:54:14 +0200
commitae943150d3a2868a89df802c9f530331474451ec (patch)
tree26ba407cb4f856dace31834fbf9fdcef0dd95f0b /src/proto/popupwin.pro
parent6313c4f41d0e1d91b4217557685c014ea919915f (diff)
patch 8.1.1561: popup_setoptions() is not implemented yetv8.1.1561
Problem: Popup_setoptions() is not implemented yet. Solution: Implement popup_setoptions(). Also add more fields to popup_getoptions().
Diffstat (limited to 'src/proto/popupwin.pro')
-rw-r--r--src/proto/popupwin.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/popupwin.pro b/src/proto/popupwin.pro
index fefb031422..6c5ea46751 100644
--- a/src/proto/popupwin.pro
+++ b/src/proto/popupwin.pro
@@ -21,6 +21,7 @@ void popup_close(int id);
void popup_close_tabpage(tabpage_T *tp, int id);
void close_all_popups(void);
void f_popup_move(typval_T *argvars, typval_T *rettv);
+void f_popup_setoptions(typval_T *argvars, typval_T *rettv);
void f_popup_getpos(typval_T *argvars, typval_T *rettv);
void f_popup_getoptions(typval_T *argvars, typval_T *rettv);
int error_if_popup_window(void);