aboutsummaryrefslogtreecommitdiff
path: root/src/FocusControl.hh
diff options
context:
space:
mode:
authormarkt <markt>2006-06-28 00:54:40 (GMT)
committermarkt <markt>2006-06-28 00:54:40 (GMT)
commit03631ca98e7e20ff4b0b0f162e4720e0282dc7e4 (patch)
treee26bab1e7cdae944c1504ba4bccbda6fbdd76150 /src/FocusControl.hh
parent5459e88035ac09dee7af2169f1f8bc502311e2d4 (diff)
downloadfluxbox-03631ca98e7e20ff4b0b0f162e4720e0282dc7e4.zip
fluxbox-03631ca98e7e20ff4b0b0f162e4720e0282dc7e4.tar.bz2
Fix some focus issues on detach and restart
Diffstat (limited to 'src/FocusControl.hh')
-rw-r--r--src/FocusControl.hh1
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