0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.3.234

Problem:    With GTK menu may be popping down.
Solution:   Use event time instead of GDK_CURRENT_TIME. (Hong Xu)
This commit is contained in:
Bram Moolenaar
2011-06-26 04:49:00 +02:00
parent d58ea07227
commit 20892c1e68
5 changed files with 14 additions and 8 deletions

View File

@@ -84,6 +84,10 @@ gui_start()
gui.starting = TRUE;
full_screen = FALSE;
#ifdef FEAT_GUI_GTK
gui.event_time = GDK_CURRENT_TIME;
#endif
#ifdef MAY_FORK
if (!gui.dofork || vim_strchr(p_go, GO_FORG) || recursive)
dofork = FALSE;