summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-01-15 22:51:04 -0500
committerDana Jansens <danakj@orodu.net>2008-01-15 22:51:04 -0500
commitf9f32d9fbaae9ca415603bb61b36393994afbd16 (patch)
treef7c2f8a7280cdacae1d8cf30ce2583aabb7c96d1 /openbox/client.h
parentd5c824cfd4ec84155772a5c482b0ffdc99dc1ab9 (diff)
cant consistently tell if we should use WM_DESTROY after the first time they try close a window.. so just kill when "not responding" is showing
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/client.h b/openbox/client.h
index b9dd9e5a..0efeb197 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -231,8 +231,6 @@ struct _ObClient
/*! Indicates if the client is trying to close but has stopped responding
to pings */
gboolean not_responding;
- /*! 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;