diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-03-10 23:57:33 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-03-10 23:57:33 +0000 |
| commit | f6265e82e6b195d9f817f3e794456bce54c7c8b6 (patch) | |
| tree | 74bafa6b60bccaf534d24bc05ec1e048913482b2 /openbox/prop.h | |
| parent | ccebe3c441a67c4a15de19a14d7b8636a8d0329c (diff) | |
1) Remove support for the Urgent hint. This will no longer do anything within Openbox
2) Add support for _NET_WM_STATE_DEMANDS_ATTENTION. Yay!
Diffstat (limited to 'openbox/prop.h')
| -rw-r--r-- | openbox/prop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/prop.h b/openbox/prop.h index ee62114e..051168a5 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -138,6 +138,7 @@ typedef struct Atoms { Atom net_wm_state_fullscreen; Atom net_wm_state_above; Atom net_wm_state_below; + Atom net_wm_state_demands_attention; Atom net_wm_state_add; Atom net_wm_state_remove; |
