From 6d2650263193aaa7e94b29261c6ba249c0be3fd3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 18 May 2007 00:11:01 +0000 Subject: super correct enter event ignoring that will only ignore what it has to, yay? --- openbox/screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/screen.c') diff --git a/openbox/screen.c b/openbox/screen.c index a72bd7e5..6551da81 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -523,7 +523,7 @@ void screen_set_desktop(guint num, gboolean dofocus) } } - event_ignore_queued_enters(); + event_ignore_all_queued_enters(); if (event_curtime != CurrentTime) screen_desktop_user_time = event_curtime; -- cgit v1.2.3