aboutsummaryrefslogtreecommitdiff
path: root/src/FocusableList.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FocusableList.hh')
-rw-r--r--src/FocusableList.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FocusableList.hh b/src/FocusableList.hh
index 29d536f..af73e3e 100644
--- a/src/FocusableList.hh
+++ b/src/FocusableList.hh
@@ -105,6 +105,7 @@ private:
105 void parentOrderChanged(Focusable* win); 105 void parentOrderChanged(Focusable* win);
106 void parentWindowAdded(Focusable* win); 106 void parentWindowAdded(Focusable* win);
107 void parentWindowRemoved(Focusable* win); 107 void parentWindowRemoved(Focusable* win);
108 void windowUpdated(FluxboxWindow &fbwin);
108 109
109 110
110 std::auto_ptr<ClientPattern> m_pat; 111 std::auto_ptr<ClientPattern> m_pat;