From: Dana Jansens Date: Tue, 22 May 2007 15:35:10 +0000 (+0000) Subject: merge r6746 from trunk X-Git-Tag: openbox-3_3_992-RELEASE~13 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=269b21b3d9675b291111b5bdf1711e7f359c7508;p=dana%2Fopenbox.git merge r6746 from trunk --- diff --git a/openbox/focus_cycle_popup.c b/openbox/focus_cycle_popup.c index ef01ddf4..12284312 100644 --- a/openbox/focus_cycle_popup.c +++ b/openbox/focus_cycle_popup.c @@ -25,6 +25,7 @@ #include "focus_cycle.h" #include "openbox.h" #include "window.h" +#include "event.h" #include "render/render.h" #include @@ -466,6 +467,12 @@ void focus_cycle_popup_hide() popup.mapped = FALSE; + /* kill enter events cause by this unmapping */ + event_ignore_all_queued_enters(); + + /* kill enter events cause by this unmapping */ + event_ignore_all_queued_enters(); + while(popup.targets) { ObFocusCyclePopupTarget *t = popup.targets->data;