]> Dogcows Code - chaz/openbox/commitdiff
(no commit message)
authorDana Jansens <danakj@orodu.net>
Sun, 22 Apr 2007 19:52:37 +0000 (19:52 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 22 Apr 2007 19:52:37 +0000 (19:52 +0000)
openbox/event.c

index f276a07921f8c66a0f8d223078cdb43f97cb80cb..096f6272bd608a1a7bf8d99218df6476c69bd872 100644 (file)
@@ -506,6 +506,7 @@ static void event_process(const XEvent *ec, gpointer data)
 
         if (client && !nomove) {
             frame_adjust_focus(client->frame, FALSE);
+            /* focus_set_client has already been called for sure */
             client_calc_layer(client);
         }
     } else if (group)
This page took 0.033907 seconds and 4 git commands to generate.