diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-03-11 00:00:05 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-03-11 00:00:05 +0000 |
| commit | 8c9b2e8f17d744082eb7f3cd5a4be6e11218ccfa (patch) | |
| tree | 80f782ec68a097cabf028984603848dce74b2e13 /openbox | |
| parent | f6265e82e6b195d9f817f3e794456bce54c7c8b6 (diff) | |
>:| I put old code back somehow.. thanks mika. hooray peer review :)
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/focus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/focus.c b/openbox/focus.c index 40d961fd..e21e8b5b 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -525,7 +525,7 @@ 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->skip_pager && (ft->desktop == screen_desktop || ft->desktop == DESKTOP_ALL)) && ft == client_focus_target(ft)) return TRUE; |
