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

- Added Jim Knoble's 'no polling' patch.

This commit is contained in:
dan
2001-01-30 03:04:02 +00:00
parent 8b7930f6c9
commit 4637c09d19
7 changed files with 45 additions and 2 deletions

View File

@@ -232,6 +232,7 @@ typedef enum {
#define WSTATE_EXITING 3
#define WSTATE_RESTARTING 4
#define WSTATE_MODAL 5
#define WSTATE_NEED_REREAD 6
#define WCHECK_STATE(state) (state == WProgramState)
@@ -437,6 +438,7 @@ typedef struct WPreferences {
unsigned int noautolaunch:1; /* don't autolaunch apps */
unsigned int norestore:1; /* don't restore session */
unsigned int create_stdcmap:1; /* create std colormap */
unsigned int nopolling:1; /* don't poll for defaults changes */
} flags; /* internal flags */
} WPreferences;