]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
Fix for when the menu's update function returns FALSE and no menu is shown.
[chaz/openbox] / openbox / event.c
index 00b0bfffa9f885896a553bc1999ec5fc781d9781..e198eaa1aacfacaea51e32ba19ff03862ffe846c 100644 (file)
@@ -813,11 +813,14 @@ void event_enter_client(ObClient *client)
     g_assert(config_focus_follow);
 
     if (is_enter_focus_event_ignored(event_curserial)) {
-        ob_debug_type(OB_DEBUG_FOCUS, "Ignoring enter event with serial %lu\n"
+        ob_debug_type(OB_DEBUG_FOCUS, "Ignoring enter event with serial %lu "
                       "on client 0x%x", event_curserial, client->window);
         return;
     }
 
+    ob_debug_type(OB_DEBUG_FOCUS, "using enter event with serial %lu "
+                  "on client 0x%x", event_curserial, client->window);
+
     if (client_enter_focusable(client) && client_can_focus(client)) {
         if (config_focus_delay) {
             ObFocusDelayData *data;
This page took 0.02563 seconds and 4 git commands to generate.