diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/WinClient.hh | 9 |
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 | ||
169 | private: | 160 | private: |