aboutsummaryrefslogtreecommitdiff
path: root/src/FocusableList.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-05-06 16:18:20 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-05-10 11:00:45 (GMT)
commit4f89009c9e6521910442eabc36d572367398c0bf (patch)
tree61ff9ae12d0d54d0d06b0bf82cb56e2cc806d33b /src/FocusableList.hh
parentae68b7f7cd47c91e776fadee7aecb93d5b3ee3df (diff)
downloadfluxbox-4f89009c9e6521910442eabc36d572367398c0bf.zip
fluxbox-4f89009c9e6521910442eabc36d572367398c0bf.tar.bz2
Convert FluxboxWindow::workspaceSig to FbTk::Signal
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;