]> Dogcows Code - chaz/openbox/commitdiff
remove windows from the focus delay timer when the pointer leaves them
authorDana Jansens <danakj@orodu.net>
Thu, 9 Oct 2003 17:32:37 +0000 (17:32 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 9 Oct 2003 17:32:37 +0000 (17:32 +0000)
openbox/event.c

index 11247d53ee2d93a404d72868dfe0142a23727d1b..93cdf0b220f3b89cd426e1bf276ce9ac13c90c1d 100644 (file)
@@ -636,12 +636,10 @@ static void event_handle_client(ObClient *client, XEvent *e)
             frame_adjust_state(client->frame);
             break;
         case OB_FRAME_CONTEXT_FRAME:
-            /*
-              if (config_focus_follow && config_focus_delay)
-              ob_main_loop_timeout_remove_data(ob_main_loop,
-              focus_delay_func,
-              client);
-            */
+            if (config_focus_follow && config_focus_delay)
+                ob_main_loop_timeout_remove_data(ob_main_loop,
+                                                 focus_delay_func,
+                                                 client);
             break;
         default:
             break;
This page took 0.025124 seconds and 4 git commands to generate.