diff options
author | fluxgen <fluxgen> | 2006-06-11 12:47:47 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-06-11 12:47:47 (GMT) |
commit | 3aa4244ab8c6a4cbdd247ddcc3477cb8c38f64c0 (patch) | |
tree | 3ca6fdbc6814c827d7952a01cf9a7a065bfec2c3 /src/Ewmh.hh | |
parent | 2fdc6ab808d3828cba1bacaff536d607dfa60c58 (diff) | |
download | fluxbox-3aa4244ab8c6a4cbdd247ddcc3477cb8c38f64c0.zip fluxbox-3aa4244ab8c6a4cbdd247ddcc3477cb8c38f64c0.tar.bz2 |
added support for urgency hint, thanks Mark Tiefenbruck
Diffstat (limited to 'src/Ewmh.hh')
-rw-r--r-- | src/Ewmh.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Ewmh.hh b/src/Ewmh.hh index 4882ed5..6044f7c 100644 --- a/src/Ewmh.hh +++ b/src/Ewmh.hh | |||
@@ -153,5 +153,4 @@ private: | |||
153 | void saveState(FluxboxWindow &win, WindowState *state); | 153 | void saveState(FluxboxWindow &win, WindowState *state); |
154 | 154 | ||
155 | FbTk::FbString getUTF8Property(Atom property); | 155 | FbTk::FbString getUTF8Property(Atom property); |
156 | AttentionNoticeHandler m_demands_attention; | ||
157 | }; | 156 | }; |