1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

fixed fullscreen level

This commit is contained in:
dan
2004-10-16 22:16:11 +00:00
parent 7055530895
commit 744c0726a1

View File

@@ -67,10 +67,10 @@ enum {
WMNormalLevel = 0,
WMFloatingLevel = 3,
WMDockLevel = 5,
WMSubmenuLevel = 6,
WMFullscreenLevel = 7,
WMSubmenuLevel = 15,
WMMainMenuLevel = 20,
WMStatusLevel = 21,
WMFullscreenLevel = 50,
WMModalLevel = 100,
WMPopUpLevel = 101,
WMScreensaverLevel = 1000,