diff options
author | Thomas Lübking <thomas.luebking@gmail.com> | 2016-08-13 08:48:22 (GMT) |
---|---|---|
committer | Mathias Gumz <akira@fluxbox.org> | 2016-08-26 06:06:47 (GMT) |
commit | fe8ff8729299a4fd4371394d3ca9102ece22fefb (patch) | |
tree | 3d639acbd9b153e92c6f97b9f3e9bbb791c7f802 /nls | |
parent | 6c0565c482b496b7d34e3731415829e7c4872535 (diff) | |
download | fluxbox-fe8ff8729299a4fd4371394d3ca9102ece22fefb.zip fluxbox-fe8ff8729299a4fd4371394d3ca9102ece22fefb.tar.bz2 |
add autoraising to toolbar and slit
Diffstat (limited to 'nls')
-rw-r--r-- | nls/fluxbox-nls.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nls/fluxbox-nls.hh b/nls/fluxbox-nls.hh index caba12e..82f10d1 100644 --- a/nls/fluxbox-nls.hh +++ b/nls/fluxbox-nls.hh | |||
@@ -54,6 +54,7 @@ enum { | |||
54 | CommonVisible = 18, | 54 | CommonVisible = 18, |
55 | CommonBackgroundWarning = 19, | 55 | CommonBackgroundWarning = 19, |
56 | CommonDefaultWindowMenuFile = 20, | 56 | CommonDefaultWindowMenuFile = 20, |
57 | CommonAutoRaise = 21, | ||
57 | 58 | ||
58 | ConfigmenuSet = 4, | 59 | ConfigmenuSet = 4, |
59 | ConfigmenuAntiAlias = 1, | 60 | ConfigmenuAntiAlias = 1, |