projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cf0d78
)
hide the dock when reconfiguring otherwise the user has to move the mouse over it...
author
Dana Jansens
<danakj@orodu.net>
Wed, 24 Sep 2003 17:16:01 +0000
(17:16 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 24 Sep 2003 17:16:01 +0000
(17:16 +0000)
openbox/dock.c
patch
|
blob
|
history
diff --git
a/openbox/dock.c
b/openbox/dock.c
index 4c5e892a06e6359956f43de1cc59bc4dce156513..63a7f977e9b105f5faf9b0722821458728a0cc7c 100644
(file)
--- 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;
}