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

- Moved fullscreen level back above menus

- Small changes to the info panel messages
- Different geomview
- Fixed problem with waitpid returning <0 in monitor
This commit is contained in:
dan
2004-10-18 01:30:02 +00:00
parent 28050dab72
commit 27b9e27ae0
4 changed files with 20 additions and 10 deletions

View File

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