diff options
author | Vito Caputo <vcaputo@gnugeneration.com> | 2017-02-22 09:20:28 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@gnugeneration.com> | 2017-02-22 09:20:28 -0800 |
commit | 04d82b8968b6f5eea263dd6ab8302fff059cad9e (patch) | |
tree | f75524ee9fedb77aa8381288b65f3dcc716f5903 /src/vwm.h | |
parent | 5b50e2a3affddb5693b91846b6c621590b8d21b2 (diff) |
vwm: use vwm.done to signal quit
This moves the console teardown back to vwm.c, trivial cleanup.
Diffstat (limited to 'src/vwm.h')
-rw-r--r-- | src/vwm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ typedef struct _vwm_t { Atom wm_protocols_atom; Atom wm_pid_atom; int damage_event, damage_error; + int done; /* global flag to cause vwm to quit */ list_head_t desktops; /* global list of all (virtual) desktops in spatial created-in order */ list_head_t desktops_mru; /* global list of all (virtual) desktops in MRU order */ |