aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkt <markt>2007-04-01 07:22:13 (GMT)
committermarkt <markt>2007-04-01 07:22:13 (GMT)
commitf86843acfa4ce1915ca93c90d9e4f97ddbedfdef (patch)
tree21244041acf7f58b5472c4bec3e6606552295669
parent92473d69cc773f7c164733d7c8d1584c4e7b567f (diff)
downloadfluxbox-f86843acfa4ce1915ca93c90d9e4f97ddbedfdef.zip
fluxbox-f86843acfa4ce1915ca93c90d9e4f97ddbedfdef.tar.bz2
don't need this anymore
-rw-r--r--src/WinClient.hh9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh
index 1824ee2..534a2a5 100644
--- a/src/WinClient.hh
+++ b/src/WinClient.hh
@@ -155,15 +155,6 @@ public:
155 unsigned long initial_state, normal_hint_flags, wm_hint_flags; 155 unsigned long initial_state, normal_hint_flags, wm_hint_flags;
156 156
157 157
158
159 class WinClientSubj: public FbTk::Subject {
160 public:
161 explicit WinClientSubj(WinClient &client):m_winclient(client) { }
162 WinClient &winClient() { return m_winclient; }
163 private:
164 WinClient &m_winclient;
165 };
166
167 enum FocusMode { F_NOINPUT = 0, F_PASSIVE, F_LOCALLYACTIVE, F_GLOBALLYACTIVE }; 158 enum FocusMode { F_NOINPUT = 0, F_PASSIVE, F_LOCALLYACTIVE, F_GLOBALLYACTIVE };
168 159
169private: 160private: