summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-01-15 22:34:04 -0500
committerDana Jansens <danakj@orodu.net>2008-01-15 22:34:04 -0500
commit810afd8597da355039e289218abed6c062585870 (patch)
tree9a5e2b82d547e43a83637ffdd9a077e371ea655c /openbox/client.h
parentdbce9ee24320baa01e62d88485fb536c8d9a5e55 (diff)
ping all the windows every 3 seconds, and show "not responding" if they stop replying for 3 times (9-12 seconds). show [Killing...] in the titlebar when trying to kill an app off
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/openbox/client.h b/openbox/client.h
index f568b008..b9dd9e5a 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -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 */