]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
fix timers so that they work when theres lots of repeating timers in the queue..
[chaz/openbox] / openbox / client.c
index 2f8f58a90328b3d84e42365d57eb1fb06a4e555e..c90c39bf7cceefa6cc658e38c828a0dd0d203189 100644 (file)
@@ -3230,11 +3230,11 @@ void client_close(ObClient *self)
         XKillClient(ob_display, self->window);
     else if (self->not_responding)
         client_kill(self);
-    else {
+    else
+        /* request the client to close with WM_DELETE_WINDOW */
         PROP_MSG_TO(self->window, self->window, wm_protocols,
                     prop_atoms.wm_delete_window, event_curtime, 0, 0, 0,
                     NoEventMask);
-    }
 }
 
 void client_kill(ObClient *self)
This page took 0.02124 seconds and 4 git commands to generate.