]> Dogcows Code - chaz/openbox/commitdiff
add a comment
authorDana Jansens <danakj@orodu.net>
Wed, 16 Jan 2008 03:53:05 +0000 (22:53 -0500)
committerDana Jansens <danakj@orodu.net>
Wed, 16 Jan 2008 03:53:05 +0000 (22:53 -0500)
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.025626 seconds and 4 git commands to generate.