commit | 3397f74ac2ac27f1eef48e950c3c8eeb0338fe55 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 18:40:06 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 18:40:06 2019 +0200 |
tree | 7ca95e2cfc692c2d90830948c4a4a6c1b620cd22 | |
parent | b0ebbda06cf1a4a7c40cb274529c4c53de534e32 [diff] [blame] |
patch 8.1.1453: popup window "moved" property not implemented yet Problem: Popup window "moved" property not implemented yet. Solution: Implement it.
diff --git a/src/proto/popupwin.pro b/src/proto/popupwin.pro index 24a1023..a50e7b7 100644 --- a/src/proto/popupwin.pro +++ b/src/proto/popupwin.pro
@@ -17,4 +17,5 @@ void popup_reset_handled(void); win_T *find_next_popup(int lowest); int popup_do_filter(int c); +void popup_check_cursor_pos(void); /* vim: set ft=c : */