summaryrefslogtreecommitdiff
path: root/openbox/screen.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-18 00:11:01 +0000
committerDana Jansens <danakj@orodu.net>2007-05-18 00:11:01 +0000
commit6d2650263193aaa7e94b29261c6ba249c0be3fd3 (patch)
tree0ab47d2b93b22af9d583a6e1b1636082030763da /openbox/screen.c
parent9451205cf172d088948d40999e85ad07c3d430dd (diff)
super correct enter event ignoring that will only ignore what it has to, yay?
Diffstat (limited to 'openbox/screen.c')
-rw-r--r--openbox/screen.c2
1 files changed, 1 insertions, 1 deletions
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;