From: Dana Jansens Date: Sat, 10 Mar 2007 23:03:08 +0000 (+0000) Subject: people have started using SKIP_TASKBAR, and it's not for stuff you don't want to... X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=42c6cdd0c89412fa8e72e1a820a43a035487e6d7;p=chaz%2Fopenbox people have started using SKIP_TASKBAR, and it's not for stuff you don't want to be able to alt-tab to. so don't put that in here anymore. --- diff --git a/openbox/focus.c b/openbox/focus.c index 02832cea..09b78753 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -521,7 +521,6 @@ static gboolean valid_focus_target(ObClient *ft) ft->type == OB_CLIENT_TYPE_MENU || ft->type == OB_CLIENT_TYPE_UTILITY))) && ((ft->can_focus || ft->focus_notify) && - !ft->skip_taskbar && (ft->desktop == screen_desktop || ft->desktop == DESKTOP_ALL)) && ft == client_focus_target(ft)) return TRUE;