From 89d964d9feacdd07b1037d2c5a073dbbdf3f6304 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 24 Sep 2003 17:16:01 +0000 Subject: [PATCH] hide the dock when reconfiguring otherwise the user has to move the mouse over it to make it hide the first time --- openbox/dock.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openbox/dock.c b/openbox/dock.c index 4c5e892a..63a7f977 100644 --- a/openbox/dock.c +++ b/openbox/dock.c @@ -49,6 +49,7 @@ void dock_startup(gboolean reconfig) stacking_add(DOCK_AS_WINDOW(dock)); dock_configure(); + dock_hide(TRUE); return; } -- 2.39.2