summaryrefslogtreecommitdiff
path: root/openbox/screen.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-21 15:54:30 +0000
committerDana Jansens <danakj@orodu.net>2007-03-21 15:54:30 +0000
commitfd382fcc36552614176c929c1a1a687fb52c0da0 (patch)
tree92d8e8d9aaba24fa7c1bebc39374030c089ff0c1 /openbox/screen.c
parente227ac841e1fc7423c90fbd2c13ba379461a39c1 (diff)
allow focus to disappear to black holes. (that is, windows not managed by openbox). the black hole may just be a window on another monitor. keyboard events aren't going to work in this scenario, though.
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 8f1f9396..cf94462c 100644
--- a/openbox/screen.c
+++ b/openbox/screen.c
@@ -45,7 +45,7 @@
/*! The event mask to grab on the root window */
#define ROOT_EVENTMASK (StructureNotifyMask | PropertyChangeMask | \
EnterWindowMask | LeaveWindowMask | \
- SubstructureRedirectMask | \
+ SubstructureRedirectMask | FocusChangeMask | \
ButtonPressMask | ButtonReleaseMask | ButtonMotionMask)
guint screen_num_desktops;