diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-01-13 03:40:14 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-13 03:40:14 -0500 |
| commit | 6dfc3c726a2164ba70cfac3df436ee035822bdb1 (patch) | |
| tree | 4238449d30fb6ab53f40b5976961e591e35e4631 /openbox/client.c | |
| parent | 5148b839fefe16b54f26bc0d2c7a500127cf2725 (diff) | |
don't skip windows that are skip_taskbar unless they are normal typed.. i.e. if a dialog sets this don't skip it (gnome shutdown/logout dialogs don't get focused otherwise in arch linux)
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/client.c b/openbox/client.c index 1e2040fd..22eb8403 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -450,6 +450,8 @@ void client_manage(Window window) g_free(monitor); monitor = NULL; + ob_debug_type(OB_DEBUG_FOCUS, "Going to try activate new window? %s\n", + activate ? "yes" : "no"); if (activate) { gboolean raise = FALSE; |
