diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-01-15 22:51:04 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-15 22:51:04 -0500 |
| commit | f9f32d9fbaae9ca415603bb61b36393994afbd16 (patch) | |
| tree | f7c2f8a7280cdacae1d8cf30ce2583aabb7c96d1 /openbox/client.h | |
| parent | d5c824cfd4ec84155772a5c482b0ffdc99dc1ab9 (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.h | 2 |
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; |
