]> Dogcows Code - chaz/openbox/commitdiff
skip windows in the alt-tabbing which have the SKIP_TASKBAR hint set on them
authorDana Jansens <danakj@orodu.net>
Thu, 14 Aug 2003 08:21:33 +0000 (08:21 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 14 Aug 2003 08:21:33 +0000 (08:21 +0000)
openbox/focus.c

index 3bb0ae8e569c452358d21a0ce6a8492988a0e4b9..c30d0e613ffaff3d03c348f975aaa34856a785ac 100644 (file)
@@ -309,6 +309,7 @@ ObClient *focus_cycle(gboolean forward, gboolean linear, gboolean done,
            desktop */
         if (ft->transients == NULL && client_normal(ft) &&
             ((ft->can_focus || ft->focus_notify) &&
+             !ft->skip_taskbar &&
              (ft->desktop == screen_desktop || ft->desktop == DESKTOP_ALL))) {
             if (ft != focus_cycle_target) { /* prevents flicker */
                 if (focus_cycle_target)
This page took 0.024584 seconds and 4 git commands to generate.