]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
don't skip windows that are skip_taskbar unless they are normal typed.. i.e. if a...
[chaz/openbox] / openbox / client.c
index 1e2040fd077b1cd13cb17f0b0e615cee64ddc06e..22eb840379787e0de81a0abdd12634d29c7cbe0e 100644 (file)
@@ -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;
 
This page took 0.021885 seconds and 4 git commands to generate.