]> Dogcows Code - chaz/openbox/commitdiff
hide the dock when reconfiguring otherwise the user has to move the mouse over it...
authorDana Jansens <danakj@orodu.net>
Wed, 24 Sep 2003 17:16:01 +0000 (17:16 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 24 Sep 2003 17:16:01 +0000 (17:16 +0000)
openbox/dock.c

index 4c5e892a06e6359956f43de1cc59bc4dce156513..63a7f977e9b105f5faf9b0722821458728a0cc7c 100644 (file)
@@ -49,6 +49,7 @@ void dock_startup(gboolean reconfig)
         stacking_add(DOCK_AS_WINDOW(dock));
 
         dock_configure();
+        dock_hide(TRUE);
         return;
     }
 
This page took 0.025468 seconds and 4 git commands to generate.