aboutsummaryrefslogtreecommitdiff
path: root/src/Remember.hh
diff options
context:
space:
mode:
authorThomas Lübking <thomas.luebking@gmail.com>2016-06-26 10:09:28 (GMT)
committerMathias Gumz <akira@fluxbox.org>2016-06-26 14:35:26 (GMT)
commit07d8fbfba806e10d8e57629b0ade029989c0b9d6 (patch)
tree001c34d0fea1f8e51b0515fc5c76db02f5c671f0 /src/Remember.hh
parent1a61881ec34a5f3691df1159f63a4b5afb1f53c4 (diff)
downloadfluxbox-07d8fbfba806e10d8e57629b0ade029989c0b9d6.zip
fluxbox-07d8fbfba806e10d8e57629b0ade029989c0b9d6.tar.bz2
merge remember focusnew into focusprotection
The FocusNewWindow key is still read, but not written and OVERRIDDEN in case of conflict with the FocusProtection key
Diffstat (limited to 'src/Remember.hh')
-rw-r--r--src/Remember.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Remember.hh b/src/Remember.hh
index 59fb1d3..fe33192 100644
--- a/src/Remember.hh
+++ b/src/Remember.hh
@@ -74,7 +74,6 @@ public:
74 REM_MINIMIZEDSTATE, 74 REM_MINIMIZEDSTATE,
75 REM_MAXIMIZEDSTATE, 75 REM_MAXIMIZEDSTATE,
76 REM_FULLSCREENSTATE, 76 REM_FULLSCREENSTATE,
77 REM_FOCUSNEWWINDOW,
78 REM_FOCUSPROTECTION, 77 REM_FOCUSPROTECTION,
79 REM_LASTATTRIB // not actually used 78 REM_LASTATTRIB // not actually used
80 }; 79 };