]> Dogcows Code - chaz/openbox/blobdiff - openbox/dock.c
have stacking_restack_request return a bool that says if it did something with TopIf...
[chaz/openbox] / openbox / dock.c
index 8967b8b11b21df59617022e0bd126b94d4c8379d..9a03d75c63b5cc7ead230f818b4d0da91e9e9018 100644 (file)
@@ -28,7 +28,7 @@
 #include "render/theme.h"
 
 #define DOCK_EVENT_MASK (ButtonPressMask | ButtonReleaseMask | \
-                         EnterWindowMask | LeaveWindowMask | FocusChangeMask)
+                         EnterWindowMask | LeaveWindowMask)
 #define DOCKAPP_EVENT_MASK (StructureNotifyMask)
 
 static ObDock *dock;
@@ -414,7 +414,7 @@ void dock_configure()
     if (!dock->dock_apps) {
         STRUT_PARTIAL_SET(dock_strut, 0, 0, 0, 0,
                           0, 0, 0, 0, 0, 0, 0, 0);
-    } else if (config_dock_floating || config_dock_nostrut || config_dock_hide)
+    } else if (config_dock_floating || config_dock_nostrut)
     {
         STRUT_PARTIAL_SET(dock_strut, 0, 0, 0, 0,
                           0, 0, 0, 0, 0, 0, 0, 0);
This page took 0.02219 seconds and 4 git commands to generate.