From 269b21b3d9675b291111b5bdf1711e7f359c7508 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 22 May 2007 15:35:10 +0000 Subject: [PATCH] merge r6746 from trunk --- openbox/focus_cycle_popup.c | 7 +++++++ 1 file changed, 7 insertions(+) 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; -- 2.34.1