skip windows in alt-tab that have SKIP_PAGER set. perhaps this is a better metric.. also this is for mikachu <3

This commit is contained in:
Dana Jansens 2007-03-10 23:09:27 +00:00
parent 42c6cdd0c8
commit ccebe3c441

View file

@ -521,6 +521,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->desktop == screen_desktop || ft->desktop == DESKTOP_ALL)) &&
ft == client_focus_target(ft))
return TRUE;