]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
prompt to kill windows when they are not responding
[chaz/openbox] / openbox / client.h
index 2012cbd757d386691b26e57e8ee5079de6e66ab5..2f1840cfb474492e48bbe1adeb3b8d140715df30 100644 (file)
@@ -236,8 +236,11 @@ struct _ObClient
     /*! Indicates if the client is trying to close but has stopped responding
       to pings */
     gboolean not_responding;
+    /*! A prompt shown when you are trying to close a client that is not
+      responding.  It asks if you want to kill the client */
+    struct _ObPrompt *kill_prompt;
     /*! We tried to close the window with a SIGTERM */
-    gboolean close_tried_term;
+    gint kill_level;
 
 #ifdef SYNC
     /*! The client wants to sync during resizes */
This page took 0.019787 seconds and 4 git commands to generate.