diff options
author | simonb <simonb> | 2005-05-06 15:24:53 (GMT) |
---|---|---|
committer | simonb <simonb> | 2005-05-06 15:24:53 (GMT) |
commit | 783a3903759117112e4120a5ff47b59f2a67cf06 (patch) | |
tree | 15f652658a5f2cf3ef5ffc40da834747c9dcfe21 /src/Ewmh.hh | |
parent | 90fcc93d6e87183c7d2956b4b1e067be25060169 (diff) | |
download | fluxbox_pavel-783a3903759117112e4120a5ff47b59f2a67cf06.zip fluxbox_pavel-783a3903759117112e4120a5ff47b59f2a67cf06.tar.bz2 |
fix wm_name for fluxbox
Diffstat (limited to 'src/Ewmh.hh')
-rw-r--r-- | src/Ewmh.hh | 2 |
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; |