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 708b960..d38ede0 100644 --- a/src/FocusControl.hh +++ b/src/FocusControl.hh | |||
@@ -127,6 +127,7 @@ private: | |||
127 | 127 | ||
128 | static WinClient *s_focused_window; | 128 | static WinClient *s_focused_window; |
129 | static FluxboxWindow *s_focused_fbwindow; | 129 | static FluxboxWindow *s_focused_fbwindow; |
130 | static bool s_reverting; | ||
130 | }; | 131 | }; |
131 | 132 | ||
132 | #endif // FOCUSCONTROL_HH | 133 | #endif // FOCUSCONTROL_HH |