diff options
Diffstat (limited to 'src/FocusControl.hh')
-rw-r--r-- | src/FocusControl.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FocusControl.hh b/src/FocusControl.hh index fd8f56d..6a868a6 100644 --- a/src/FocusControl.hh +++ b/src/FocusControl.hh | |||
@@ -120,6 +120,7 @@ private: | |||
120 | WinClient *m_cycling_last; | 120 | WinClient *m_cycling_last; |
121 | 121 | ||
122 | static WinClient *s_focused_window; | 122 | static WinClient *s_focused_window; |
123 | static FluxboxWindow *s_focused_fbwindow; | ||
123 | }; | 124 | }; |
124 | 125 | ||
125 | #endif // FOCUSCONTROL_HH | 126 | #endif // FOCUSCONTROL_HH |