From fd382fcc36552614176c929c1a1a687fb52c0da0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 21 Mar 2007 15:54:30 +0000 Subject: 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. --- 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 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; -- cgit v1.2.3