From 7a39cb3e8db767effc47508168b4b1dffb321224 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 May 2007 21:06:23 +0000 Subject: no strut for docks that autohide --- openbox/dock.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbox') diff --git a/openbox/dock.c b/openbox/dock.c index 697261e2..8967b8b1 100644 --- a/openbox/dock.c +++ b/openbox/dock.c @@ -414,7 +414,8 @@ 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) { + } else if (config_dock_floating || config_dock_nostrut || config_dock_hide) + { STRUT_PARTIAL_SET(dock_strut, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); } else { -- cgit v1.2.3