summaryrefslogtreecommitdiff
path: root/src/FocusableList.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FocusableList.hh')
-rw-r--r--src/FocusableList.hh6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/FocusableList.hh b/src/FocusableList.hh
index 1dd8437..58ef9b6 100644
--- a/src/FocusableList.hh
+++ b/src/FocusableList.hh
@@ -35,6 +35,8 @@
35 35
36class BScreen; 36class BScreen;
37class Focusable; 37class Focusable;
38class WinClient;
39class FluxboxWindow;
38 40
39class FocusableList: public FbTk::Observer, private FbTk::NotCopyable, 41class FocusableList: public FbTk::Observer, private FbTk::NotCopyable,
40 private FbTk::SignalTracker { 42 private FbTk::SignalTracker {
@@ -112,8 +114,8 @@ private:
112 void detachSignals(Focusable &win); 114 void detachSignals(Focusable &win);
113 void reset(); 115 void reset();
114 void attachChild(FocusableList &child) const; 116 void attachChild(FocusableList &child) const;
115 void workspaceChanged(BScreen& screen); 117 void workspaceChanged(BScreen &screen);
116 118 void focusedWindowChanged(BScreen &screen, FluxboxWindow *win, WinClient *client);
117 std::auto_ptr<ClientPattern> m_pat; 119 std::auto_ptr<ClientPattern> m_pat;
118 const FocusableList *m_parent; 120 const FocusableList *m_parent;
119 BScreen &m_screen; 121 BScreen &m_screen;