diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-02 23:03:43 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-02 23:03:43 +0000 |
| commit | 80117db6c4f39af1cff247de5a3eb19e2f07c21b (patch) | |
| tree | e315656bff103673a789cf3202f34b2726a7db28 /openbox/client.h | |
| parent | 1d9c0e8b87e853a49dadc90c4c1ae12e77c63360 (diff) | |
turn on demands_attention when urgent gets set, and turn it off when urgent is removed, for those apps that think it is 1917 or something
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 5847c67f..f75d155c 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -258,6 +258,9 @@ struct _ObClient /*! Demands attention flag */ gboolean demands_attention; + /*! The urgent flag */ + gboolean urgent; + /*! The layer in which the window will be stacked, windows in lower layers are always below windows in higher layers. */ ObStackingLayer layer; |
