aboutsummaryrefslogtreecommitdiff
path: root/nls
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-08-27 16:50:45 (GMT)
committerrathnor <rathnor>2004-08-27 16:50:45 (GMT)
commitd6b046c10f9e6d1516683708abafcf2af142f095 (patch)
tree125a6f2c7601b7f5b41cc2277d3f01a2c4fa00f5 /nls
parentd54bf608fcaf310bb829e28f5e735bda99c2fda1 (diff)
downloadfluxbox-d6b046c10f9e6d1516683708abafcf2af142f095.zip
fluxbox-d6b046c10f9e6d1516683708abafcf2af142f095.tar.bz2
add previously missing layer stuff in nls
Diffstat (limited to 'nls')
-rw-r--r--nls/fluxbox-nls.hh8
1 files changed, 8 insertions, 0 deletions
diff --git a/nls/fluxbox-nls.hh b/nls/fluxbox-nls.hh
index 9067aac..a70ae46 100644
--- a/nls/fluxbox-nls.hh
+++ b/nls/fluxbox-nls.hh
@@ -207,6 +207,14 @@ enum {
207 mainUsage = 12, 207 mainUsage = 12,
208 mainWarnDisplaySet = 13, 208 mainWarnDisplaySet = 13,
209 209
210 LayerSet = 20,
211 LayerAboveDock = 1,
212 LayerBottom = 2,
213 LayerDesktop = 3,
214 LayerDock = 4,
215 LayerNormal = 5,
216 LayerTop = 6,
217
210 dummy_not_used = 0 // just for the end 218 dummy_not_used = 0 // just for the end
211 219
212}; // end enum 220}; // end enum