>:| I put old code back somehow.. thanks mika. hooray peer review :)
This commit is contained in:
parent
f6265e82e6
commit
8c9b2e8f17
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ static gboolean valid_focus_target(ObClient *ft)
|
||||||
ft->type == OB_CLIENT_TYPE_MENU ||
|
ft->type == OB_CLIENT_TYPE_MENU ||
|
||||||
ft->type == OB_CLIENT_TYPE_UTILITY))) &&
|
ft->type == OB_CLIENT_TYPE_UTILITY))) &&
|
||||||
((ft->can_focus || ft->focus_notify) &&
|
((ft->can_focus || ft->focus_notify) &&
|
||||||
!ft->skip_taskbar &&
|
!ft->skip_pager &&
|
||||||
(ft->desktop == screen_desktop || ft->desktop == DESKTOP_ALL)) &&
|
(ft->desktop == screen_desktop || ft->desktop == DESKTOP_ALL)) &&
|
||||||
ft == client_focus_target(ft))
|
ft == client_focus_target(ft))
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
Loading…
Reference in a new issue