diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh index 53b6041..ee53036 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -445,6 +445,8 @@ private: | |||
445 | Time time); | 445 | Time time); |
446 | static void ungrabPointer(Time time); | 446 | static void ungrabPointer(Time time); |
447 | 447 | ||
448 | void associateClient(WinClient &client); | ||
449 | |||
448 | // state and hint signals | 450 | // state and hint signals |
449 | WinSubject m_hintsig, m_statesig, m_layersig, m_workspacesig, m_diesig, m_focussig, m_titlesig; | 451 | WinSubject m_hintsig, m_statesig, m_layersig, m_workspacesig, m_diesig, m_focussig, m_titlesig; |
450 | 452 | ||