aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-10-13 21:51:37 (GMT)
committermarkt <markt>2007-10-13 21:51:37 (GMT)
commita59428d67a95a9df16554962f0a6257d6378328a (patch)
treef856ed9300c34f7a17d499f22d895610cfbc08e5 /src/Ewmh.hh
parent41b5c6dadb1f474675660cef18b812d4c2338ed2 (diff)
downloadfluxbox-a59428d67a95a9df16554962f0a6257d6378328a.zip
fluxbox-a59428d67a95a9df16554962f0a6257d6378328a.tar.bz2
merged changes from pre-devel
Diffstat (limited to 'src/Ewmh.hh')
-rw-r--r--src/Ewmh.hh3
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 {
34public: 34public:
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};