From e668b693fca5dbfd531be0510708c3a786cffb4d Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Sat, 13 May 2006 16:18:05 +0000
Subject: added support for _NET_WM_STATE_DEMANDS_ATTENTION

---
 src/Ewmh.hh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/Ewmh.hh b/src/Ewmh.hh
index 5c336e5..4882ed5 100644
--- a/src/Ewmh.hh
+++ b/src/Ewmh.hh
@@ -23,6 +23,7 @@
 
 #include "AtomHandler.hh"
 #include "FbTk/FbString.hh"
+#include "AttentionNoticeHandler.hh"
 
 #include <X11/Xatom.h>
 #include <vector>
@@ -109,6 +110,7 @@ private:
         m_net_wm_window_type_dock,
         m_net_wm_window_type_desktop,
         m_net_wm_window_type_splash,
+        m_net_wm_window_type_normal,
 
         // states
         m_net_wm_state, m_net_wm_state_sticky, m_net_wm_state_shaded,
@@ -120,6 +122,7 @@ private:
         m_net_wm_state_below,
         m_net_wm_state_above,
         m_net_wm_state_modal,
+        m_net_wm_state_demands_attention,
 
         // allowed actions
         m_net_wm_allowed_actions,
@@ -150,5 +153,5 @@ private:
     void saveState(FluxboxWindow &win, WindowState *state);
 
     FbTk::FbString getUTF8Property(Atom property);
-
+    AttentionNoticeHandler m_demands_attention;
 };
-- 
cgit v0.11.2