aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorHenrik Kinnunen <fluxgen@fluxbox.org>2008-09-28 08:46:49 (GMT)
committerHenrik Kinnunen <fluxgen@fluxbox.org>2008-09-28 08:46:49 (GMT)
commitbcf37890b617730cfded161b9a3d18f7c377e724 (patch)
treed17e0fe6ac69d023fba66fdc1d176c16174e6a1b /src/fluxbox.hh
parented53f3c623e7c3ae35672b33ae3b52759dc1a6ed (diff)
downloadfluxbox-bcf37890b617730cfded161b9a3d18f7c377e724.zip
fluxbox-bcf37890b617730cfded161b9a3d18f7c377e724.tar.bz2
Change focused signal to use the new signal system
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index c15aa8a..4cf0555 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -209,6 +209,10 @@ private:
209 void workspaceNamesChanged(BScreen &screen); 209 void workspaceNamesChanged(BScreen &screen);
210 /// Called when the client list changed. 210 /// Called when the client list changed.
211 void clientListChanged(BScreen &screen); 211 void clientListChanged(BScreen &screen);
212 /// Called when the focused window changed on a screen
213 void focusedWindowChanged(BScreen &screen,
214 FluxboxWindow* win,
215 WinClient* client);
212 216
213 std::auto_ptr<FbAtoms> m_fbatoms; 217 std::auto_ptr<FbAtoms> m_fbatoms;
214 218