aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-06-03 20:14:33 (GMT)
committermarkt <markt>2007-06-03 20:14:33 (GMT)
commit255d96ce45bad1ef93112d45eaadeaac61df1fd2 (patch)
tree8a2657e9a2f05471df52624c0e6ba3a0434195ee /src/Ewmh.hh
parent785f5f705b2c00c4527d6b8cf4cbbb2f6d687364 (diff)
downloadfluxbox-255d96ce45bad1ef93112d45eaadeaac61df1fd2.zip
fluxbox-255d96ce45bad1ef93112d45eaadeaac61df1fd2.tar.bz2
store the EWMH window in Screen.cc, so it gets destroyed when we destroy the screen
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 f917390..3df66d3 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);
@@ -142,7 +141,5 @@ private:
142 141
143 Atom utf8_string; 142 Atom utf8_string;
144 143
145 std::vector<Window> m_windows;
146
147 FbTk::FbString getUTF8Property(Atom property); 144 FbTk::FbString getUTF8Property(Atom property);
148}; 145};