]> Dogcows Code - chaz/openbox/commitdiff
dont skip desktop windows that set skip_taskbar
authorDana Jansens <danakj@orodu.net>
Sun, 13 May 2007 02:10:36 +0000 (02:10 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 13 May 2007 02:10:36 +0000 (02:10 +0000)
openbox/focus.c

index 2c66336da39e3ca281647253e03f38b39610f424..4aeeab5bd9753eb2dd45724005852a6ec9117a3a 100644 (file)
@@ -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) ||
This page took 0.021741 seconds and 4 git commands to generate.