diff options
author | markt <markt> | 2006-06-28 00:54:40 (GMT) |
---|---|---|
committer | markt <markt> | 2006-06-28 00:54:40 (GMT) |
commit | 03631ca98e7e20ff4b0b0f162e4720e0282dc7e4 (patch) | |
tree | e26bab1e7cdae944c1504ba4bccbda6fbdd76150 /src/FocusControl.hh | |
parent | 5459e88035ac09dee7af2169f1f8bc502311e2d4 (diff) | |
download | fluxbox_pavel-03631ca98e7e20ff4b0b0f162e4720e0282dc7e4.zip fluxbox_pavel-03631ca98e7e20ff4b0b0f162e4720e0282dc7e4.tar.bz2 |
Fix some focus issues on detach and restart
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 |