diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-07 00:49:08 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-14 14:24:07 -0500 |
| commit | d714bb5708bb8b99d71803404af7af01029c5553 (patch) | |
| tree | 764b940dd34d9943df76b6d9a2fa2fde28d08974 /openbox/client.h | |
| parent | c7af49b5c564d6287a0293ae26fc713fb55b4dc8 (diff) | |
prompt to kill windows when they are not responding
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openbox/client.h b/openbox/client.h index ac6b3153..4e19bdf8 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 */ |
