!
This commit is contained in:
parent
def8f7e4dd
commit
38b12c6cba
1 changed files with 4 additions and 4 deletions
|
@ -562,10 +562,10 @@ static gboolean valid_focus_target(ObClient *ft,
|
|||
|
||||
/* it's not set to skip the taskbar (unless it is a type that would be
|
||||
expected to set this hint */
|
||||
ok = ok && (!(ft->type == OB_CLIENT_TYPE_DOCK ||
|
||||
ft->type == OB_CLIENT_TYPE_TOOLBAR ||
|
||||
ft->type == OB_CLIENT_TYPE_MENU ||
|
||||
ft->type == OB_CLIENT_TYPE_UTILITY) ||
|
||||
ok = ok && ((ft->type == OB_CLIENT_TYPE_DOCK ||
|
||||
ft->type == OB_CLIENT_TYPE_TOOLBAR ||
|
||||
ft->type == OB_CLIENT_TYPE_MENU ||
|
||||
ft->type == OB_CLIENT_TYPE_UTILITY) ||
|
||||
!ft->skip_taskbar);
|
||||
|
||||
/* it's not going to just send fous off somewhere else (modal window) */
|
||||
|
|
Loading…
Reference in a new issue