]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
more handling time wraparounds
[chaz/openbox] / openbox / screen.c
index 8f1f9396208cf7e3f1f7c1e7e4402d69eb185dfe..cf94462c71f37c898b180d04e55b98bc2e9e066e 100644 (file)
@@ -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;
This page took 0.023466 seconds and 4 git commands to generate.