summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2009-12-17 16:03:20 -0500
committerDana Jansens <danakj@orodu.net>2009-12-17 16:51:05 -0500
commit01fd9f99cc5cbe4783a7b7807b51b87269250212 (patch)
tree58587e229e4c70b3accf554a259eaf61323e0bd7 /openbox
parenta067628051f5ee91f6e759ff85c8e31a7123d571 (diff)
Allow delayed focus to work while in a menu or move/resize since it wont kill them now
Diffstat (limited to 'openbox')
-rw-r--r--openbox/event.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/openbox/event.c b/openbox/event.c
index d5791a03..a0d26ab7 100644
--- a/openbox/event.c
+++ b/openbox/event.c
@@ -1918,9 +1918,6 @@ static gboolean focus_delay_func(gpointer data)
ObFocusDelayData *d = data;
Time old = event_curtime;
- /* don't move focus and kill the menu or the move/resize */
- if (menu_frame_visible || moveresize_in_progress) return FALSE;
-
event_curtime = d->time;
event_curserial = d->serial;
if (client_focus(d->client) && config_focus_raise)