diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-17 23:21:52 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-17 23:21:52 +0000 |
| commit | 9451205cf172d088948d40999e85ad07c3d430dd (patch) | |
| tree | febd9d78c6937eb47f6a123c01b0f10388eb56c1 | |
| parent | ae269d77ca816dd6b05f20017dab012750636b90 (diff) | |
but don't count the same enter events more than once still
| -rw-r--r-- | openbox/event.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/event.c b/openbox/event.c index fd70c972..99fa9551 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -1737,6 +1737,7 @@ void event_ignore_queued_enters() XSync(ob_display, FALSE); /* count the events without disrupting them */ + ignore_enter_focus = 0; XCheckIfEvent(ob_display, &e, event_look_for_enters, (XPointer)&ignore_enter_focus); |
