summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-13 02:10:36 +0000
committerDana Jansens <danakj@orodu.net>2007-05-13 02:10:36 +0000
commitd00096dedb53112cac7c4ede00b7f2ca868da1da (patch)
treec6cdedb80ad2abf437ba848e629eaa6b629406db /openbox
parentca88a21a39f27b6eff634495850d00bbae617903 (diff)
dont skip desktop windows that set skip_taskbar
Diffstat (limited to 'openbox')
-rw-r--r--openbox/focus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/focus.c b/openbox/focus.c
index 2c66336d..4aeeab5b 100644
--- a/openbox/focus.c
+++ b/openbox/focus.c
@@ -594,6 +594,7 @@ static gboolean valid_focus_target(ObClient *ft,
/* it's not set to skip the taskbar (unless it is a type that would be
expected to set this hint */
ok = ok && ((ft->type == OB_CLIENT_TYPE_DOCK ||
+ ft->type == OB_CLIENT_TYPE_DESKTOP ||
ft->type == OB_CLIENT_TYPE_TOOLBAR ||
ft->type == OB_CLIENT_TYPE_MENU ||
ft->type == OB_CLIENT_TYPE_UTILITY) ||