Home
last modified time | relevance | path

Searched refs:lastHeight (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_x11.c693 static int lastWidth, lastHeight; in gui_x11_resize_window_cb() local
699 || event->xconfigure.height != lastHeight) in gui_x11_resize_window_cb()
702 lastHeight = event->xconfigure.height; in gui_x11_resize_window_cb()