diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-13 02:10:36 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-13 02:10:36 +0000 |
| commit | d00096dedb53112cac7c4ede00b7f2ca868da1da (patch) | |
| tree | c6cdedb80ad2abf437ba848e629eaa6b629406db | |
| parent | ca88a21a39f27b6eff634495850d00bbae617903 (diff) | |
dont skip desktop windows that set skip_taskbar
| -rw-r--r-- | openbox/focus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/focus.c b/openbox/focus.c index 2c66336d..4aeeab5b 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -594,6 +594,7 @@ 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_DESKTOP || ft->type == OB_CLIENT_TYPE_TOOLBAR || ft->type == OB_CLIENT_TYPE_MENU || ft->type == OB_CLIENT_TYPE_UTILITY) || |
