]> Dogcows Code - chaz/openbox/commitdiff
missed one
authorDana Jansens <danakj@orodu.net>
Mon, 7 Apr 2003 07:29:49 +0000 (07:29 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 7 Apr 2003 07:29:49 +0000 (07:29 +0000)
openbox/event.c

index a75cd1ecb237db10883a5cc811d12dd6885c5fde..2d548d9e6d018fac18ee93bf82a727344f355966 100644 (file)
@@ -368,8 +368,10 @@ static void event_handle_client(Client *client, XEvent *e)
     case FocusIn:
         focus_set_client(client);
     case FocusOut:
+#ifdef DEBUG_FOCUS
         g_message("Focus%s on client for %lx", (e->type==FocusIn?"In":"Out"),
                   client->window);
+#endif
         /* focus state can affect the stacking layer */
         client_calc_layer(client);
         engine_frame_adjust_focus(client->frame);
This page took 0.028585 seconds and 4 git commands to generate.