]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
Allow skip_taskbar windows to be focused on map when the user requests it in rc.xml...
[chaz/openbox] / openbox / client.c
index a91b9503e09ef62d9eb45321aa83fbc918f8de62..c4576952219c286beed6eb8c938afd814679d078 100644 (file)
@@ -370,7 +370,8 @@ void client_manage(Window window, ObPrompt *prompt)
         (user_time != 0) &&
         /* this checks for focus=false for the window */
         (!settings || settings->focus != 0) &&
-        focus_valid_target(self, FALSE, FALSE, TRUE, FALSE, FALSE))
+        focus_valid_target(self, FALSE, FALSE, TRUE, FALSE, FALSE,
+                           settings->focus == 1))
     {
         activate = TRUE;
     }
This page took 0.020435 seconds and 4 git commands to generate.