]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
ping all the windows every 3 seconds, and show "not responding" if they stop replying...
[chaz/openbox] / openbox / client.h
index f568b00884c9d2406a033fee7fd21555beb08ae3..b9dd9e5a0a537ee991be60ce3a53451d9df3bca2 100644 (file)
@@ -231,8 +231,10 @@ 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 DESTROY message */
+    gboolean close_tried_destroy;
+    /*! 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.020993 seconds and 4 git commands to generate.