aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2005-05-06 15:24:53 (GMT)
committersimonb <simonb>2005-05-06 15:24:53 (GMT)
commit783a3903759117112e4120a5ff47b59f2a67cf06 (patch)
tree15f652658a5f2cf3ef5ffc40da834747c9dcfe21 /src/Ewmh.hh
parent90fcc93d6e87183c7d2956b4b1e067be25060169 (diff)
downloadfluxbox-783a3903759117112e4120a5ff47b59f2a67cf06.zip
fluxbox-783a3903759117112e4120a5ff47b59f2a67cf06.tar.bz2
fix wm_name for fluxbox
Diffstat (limited to 'src/Ewmh.hh')
-rw-r--r--src/Ewmh.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Ewmh.hh b/src/Ewmh.hh
index 61f0d10..b2b61b4 100644
--- a/src/Ewmh.hh
+++ b/src/Ewmh.hh
@@ -122,6 +122,8 @@ private:
122 // application protocols 122 // application protocols
123 Atom m_net_wm_ping; 123 Atom m_net_wm_ping;
124 124
125 Atom utf8_string;
126
125 std::vector<Window> m_windows; 127 std::vector<Window> m_windows;
126 typedef std::map<FluxboxWindow *, WindowState *> SavedState; 128 typedef std::map<FluxboxWindow *, WindowState *> SavedState;
127 SavedState m_savedstate; 129 SavedState m_savedstate;