diff options
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 3 |
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 */ |
