]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
make the obt library branch compile again with all the changes merged in from backport
[chaz/openbox] / openbox / client.h
index f568b00884c9d2406a033fee7fd21555beb08ae3..0efeb1975332c287d18166d7d4134a2a4a26a4e9 100644 (file)
@@ -231,8 +231,8 @@ struct _ObClient
     /*! Indicates if the client is trying to close but has stopped responding
       to pings */
     gboolean not_responding;
-    /*! We tried to kill the client with SIGTERM */
-    gboolean kill_tried_term;
+    /*! We tried to close the window with a SIGTERM */
+    gboolean close_tried_term;
 
 #ifdef SYNC
     /*! The client wants to sync during resizes */
This page took 0.019791 seconds and 4 git commands to generate.