mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-04 07:45:48 +01:00
wmmenugen: Finish Wmconfig parser, touch up PropList writer
As far as i can tell this finishes the Wmconfig parser (all bits we are interested in/can use are parsed and converted). The PropList writer gained ability to properly react to and handle various flags passed by parsers. Signed-off-by: Tamas TEVESZ <ice@extreme.hu>
This commit is contained in:
committed by
Carlos R. Mafra
parent
a396f3bd66
commit
0451160f7d
@@ -20,9 +20,13 @@
|
||||
|
||||
#include <WINGs/WUtil.h>
|
||||
|
||||
#include "../src/wconfig.h"
|
||||
|
||||
/* flags attached to a particular WMMenuEntry */
|
||||
#define F_TERMINAL (1 << 0)
|
||||
#define F_RESTART (1 << 1)
|
||||
#define F_RESTART_SELF (1 << 1)
|
||||
#define F_RESTART_OTHER (1 << 2)
|
||||
#define F_QUIT (1 << 3)
|
||||
|
||||
|
||||
/* a representation of a Window Maker menu entry. all menus are
|
||||
|
||||
Reference in New Issue
Block a user