summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-01-15 21:57:47 -0500
committerDana Jansens <danakj@orodu.net>2008-01-15 21:57:47 -0500
commitd3e9fc8941831477b50678b9bd676e29f4bed1a7 (patch)
treeccd97ea7ea28b74ef0dd46964d758509a19b4d42 /openbox/client.h
parentfb7a71da202632c7301ada67c8b4420bfb8d8fbe (diff)
show [Not Responding] in the titlebar when closing an app and it stops responding to pings
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h
index 49ff72bc..672b3822 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -222,6 +222,9 @@ struct _ObClient
/*! Will the client respond to pings? */
gboolean ping;
+ /*! Indicates if the client is trying to close but has stopped responding
+ to pings */
+ gboolean not_responding;
#ifdef SYNC
/*! The client wants to sync during resizes */