diff options
author | markt <markt> | 2007-10-13 21:51:37 (GMT) |
---|---|---|
committer | markt <markt> | 2007-10-13 21:51:37 (GMT) |
commit | a59428d67a95a9df16554962f0a6257d6378328a (patch) | |
tree | f856ed9300c34f7a17d499f22d895610cfbc08e5 /src/Ewmh.hh | |
parent | 41b5c6dadb1f474675660cef18b812d4c2338ed2 (diff) | |
download | fluxbox-a59428d67a95a9df16554962f0a6257d6378328a.zip fluxbox-a59428d67a95a9df16554962f0a6257d6378328a.tar.bz2 |
merged changes from pre-devel
Diffstat (limited to 'src/Ewmh.hh')
-rw-r--r-- | src/Ewmh.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Ewmh.hh b/src/Ewmh.hh index 00979a1..cc33eff 100644 --- a/src/Ewmh.hh +++ b/src/Ewmh.hh | |||
@@ -34,7 +34,6 @@ class Ewmh:public AtomHandler { | |||
34 | public: | 34 | public: |
35 | 35 | ||
36 | Ewmh(); | 36 | Ewmh(); |
37 | ~Ewmh(); | ||
38 | void initForScreen(BScreen &screen); | 37 | void initForScreen(BScreen &screen); |
39 | void setupFrame(FluxboxWindow &win); | 38 | void setupFrame(FluxboxWindow &win); |
40 | void setupClient(WinClient &winclient); | 39 | void setupClient(WinClient &winclient); |
@@ -145,7 +144,5 @@ private: | |||
145 | 144 | ||
146 | Atom utf8_string; | 145 | Atom utf8_string; |
147 | 146 | ||
148 | std::vector<Window> m_windows; | ||
149 | |||
150 | FbTk::FbString getUTF8Property(Atom property); | 147 | FbTk::FbString getUTF8Property(Atom property); |
151 | }; | 148 | }; |