summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-02-07 00:49:08 -0500
committerDana Jansens <danakj@orodu.net>2008-02-07 02:14:44 -0500
commit95ee6b103f116e34062bf5e1ad1cb8b0f23e7231 (patch)
tree1da7b52939815ee6915830e505f7514a570823de /openbox/client.h
parent0e9cfd7c77d8608a4be29f43413575d9553bf21c (diff)
prompt to kill windows when they are not responding
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/openbox/client.h b/openbox/client.h
index 2012cbd7..2f1840cf 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -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 */