summaryrefslogtreecommitdiff
path: root/openbox/prop.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-10 23:57:33 +0000
committerDana Jansens <danakj@orodu.net>2007-03-10 23:57:33 +0000
commitf6265e82e6b195d9f817f3e794456bce54c7c8b6 (patch)
tree74bafa6b60bccaf534d24bc05ec1e048913482b2 /openbox/prop.c
parentccebe3c441a67c4a15de19a14d7b8636a8d0329c (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.c')
-rw-r--r--openbox/prop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/prop.c b/openbox/prop.c
index 6c103e6d..a52c9166 100644
--- a/openbox/prop.c
+++ b/openbox/prop.c
@@ -129,6 +129,7 @@ void prop_startup()
CREATE(net_wm_state_fullscreen, "_NET_WM_STATE_FULLSCREEN");
CREATE(net_wm_state_above, "_NET_WM_STATE_ABOVE");
CREATE(net_wm_state_below, "_NET_WM_STATE_BELOW");
+ CREATE(net_wm_state_demands_attention, "_NET_WM_STATE_DEMANDS_ATTENTION");
prop_atoms.net_wm_state_add = 1;
prop_atoms.net_wm_state_remove = 0;