aboutsummaryrefslogtreecommitdiff
path: root/nls
diff options
context:
space:
mode:
authorJim Ramsay <jim.ramsay@motorola.com>2010-05-28 17:22:13 (GMT)
committerJim Ramsay <jim.ramsay@motorola.com>2010-05-28 19:10:28 (GMT)
commitcdbaf5c04d07e8310c661e12e354724a619e5911 (patch)
tree5e39e64b2caa4ff79cce2749ba1331574b06673b /nls
parent769130f51a8f670ba46dac50d7602f6b936c9dc1 (diff)
downloadfluxbox-cdbaf5c04d07e8310c661e12e354724a619e5911.zip
fluxbox-cdbaf5c04d07e8310c661e12e354724a619e5911.tar.bz2
Add new focus model: StrictMouseFocus
This is not actually implemented yet, but from now on, "MouseFocus" means: Focus follows mouse only when you are moving the mouse, any EnterNotify events caused by non-mouse operations (window closing, keycommands, changing desktops) will *not* shift focus And once fully-implemented, "StrictMouseFocus" will mean: Focus follows mouse on every EnterNotify event (except when the "ClientMenu" closes or during alt+tab window cycling)
Diffstat (limited to 'nls')
-rw-r--r--nls/fluxbox-nls.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/nls/fluxbox-nls.hh b/nls/fluxbox-nls.hh
index 7e461ca..7ddc978 100644
--- a/nls/fluxbox-nls.hh
+++ b/nls/fluxbox-nls.hh
@@ -84,6 +84,7 @@ enum {
84 ConfigmenuMaxIgnoreInc = 27, 84 ConfigmenuMaxIgnoreInc = 27,
85 ConfigmenuMaxDisableMove = 28, 85 ConfigmenuMaxDisableMove = 28,
86 ConfigmenuMaxDisableResize = 29, 86 ConfigmenuMaxDisableResize = 29,
87 ConfigmenuStrictMouseFocus = 30,
87 88
88 EwmhSet = 5, 89 EwmhSet = 5,
89 EwmhOutOfMemoryClientList = 1, 90 EwmhOutOfMemoryClientList = 1,