comparison src/window.c @ 17051:221d4b82bc0b v8.1.1525

patch 8.1.1525: cannot move a popup window with the mouse commit https://github.com/vim/vim/commit/b53fb31a1e27a806396e38592055cfb3ebf43cf9 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 13 23:59:52 2019 +0200 patch 8.1.1525: cannot move a popup window with the mouse Problem: Cannot move a popup window with the mouse. Solution: Add the "drag" property and make it possible to drag a popup window by its border.
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Jun 2019 00:00:08 +0200
parents d99805d25b42
children af861fccc309
comparison
equal deleted inserted replaced
17050:f7293a729741 17051:221d4b82bc0b
1369 } 1369 }
1370 1370
1371 /* 1371 /*
1372 * Return TRUE if "win" is a global popup or a popup in the current tab page. 1372 * Return TRUE if "win" is a global popup or a popup in the current tab page.
1373 */ 1373 */
1374 static int 1374 int
1375 win_valid_popup(win_T *win UNUSED) 1375 win_valid_popup(win_T *win UNUSED)
1376 { 1376 {
1377 #ifdef FEAT_TEXT_PROP 1377 #ifdef FEAT_TEXT_PROP
1378 win_T *wp; 1378 win_T *wp;
1379 1379