mirror of
https://github.com/gryf/wmaker.git
synced 2026-07-13 01:06:30 +02:00
wmaker: Converted #define to an Enum for the Program State tracking variables
This commit is contained in:
committed by
Carlos R. Mafra
parent
3957f01293
commit
28bbf705eb
+2
-2
@@ -145,8 +145,8 @@ int wXkbEventBase;
|
||||
#endif
|
||||
|
||||
/* special flags */
|
||||
char WProgramSigState = 0;
|
||||
char WProgramState = WSTATE_NORMAL;
|
||||
wprog_state WProgramSigState = 0;
|
||||
wprog_state WProgramState = WSTATE_NORMAL;
|
||||
char WDelayedActionSet = 0;
|
||||
|
||||
/* notifications */
|
||||
|
||||
Reference in New Issue
Block a user