aboutsummaryrefslogtreecommitdiff
path: root/src/FocusControl.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-01-13 19:24:35 (GMT)
committermarkt <markt>2007-01-13 19:24:35 (GMT)
commit16743aad06e7f8b6c2d3b0aab4311980ce06dc16 (patch)
tree76c039d232794177028d08b0409e4fd8625c328e /src/FocusControl.hh
parentfa2519525aa8e08c4c11393a8734c606a7820ee1 (diff)
downloadfluxbox-16743aad06e7f8b6c2d3b0aab4311980ce06dc16.zip
fluxbox-16743aad06e7f8b6c2d3b0aab4311980ce06dc16.tar.bz2
don't change focus order unless the user specifically focuses a window
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 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