add previously missing layer stuff in nls
This commit is contained in:
parent
d54bf608fc
commit
d6b046c10f
1 changed files with 8 additions and 0 deletions
|
@ -207,6 +207,14 @@ enum {
|
|||
mainUsage = 12,
|
||||
mainWarnDisplaySet = 13,
|
||||
|
||||
LayerSet = 20,
|
||||
LayerAboveDock = 1,
|
||||
LayerBottom = 2,
|
||||
LayerDesktop = 3,
|
||||
LayerDock = 4,
|
||||
LayerNormal = 5,
|
||||
LayerTop = 6,
|
||||
|
||||
dummy_not_used = 0 // just for the end
|
||||
|
||||
}; // end enum
|
||||
|
|
Loading…
Reference in a new issue