diff options
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 4 |
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 | ||