]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
fix no more crashing in the client menu.
[chaz/openbox] / openbox / event.c
index 44ae7b0a74a3ebaf400cc045830f25a9ec626958..a4090b0c4d5a210d5cd0dd9b1b194e8803de2511 100644 (file)
@@ -676,7 +676,7 @@ void event_enter_client(ObClient *client)
 {
     g_assert(config_focus_follow);
 
-    if (client_normal(client) && client_can_focus(client)) {
+    if (client_enter_focusable(client) && client_can_focus(client)) {
         if (config_focus_delay) {
             ObFocusDelayData *data;
 
This page took 0.02259 seconds and 4 git commands to generate.