Home
last modified time | relevance | path

Searched refs:lastWidth (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
698 if (event->xconfigure.width != lastWidth in gui_x11_resize_window_cb()
701 lastWidth = event->xconfigure.width; in gui_x11_resize_window_cb()