summaryrefslogtreecommitdiff
path: root/src/vwm.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@gnugeneration.com>2017-02-22 09:20:28 -0800
committerVito Caputo <vcaputo@gnugeneration.com>2017-02-22 09:20:28 -0800
commit04d82b8968b6f5eea263dd6ab8302fff059cad9e (patch)
treef75524ee9fedb77aa8381288b65f3dcc716f5903 /src/vwm.h
parent5b50e2a3affddb5693b91846b6c621590b8d21b2 (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vwm.h b/src/vwm.h
index b7a975c..6442faa 100644
--- a/src/vwm.h
+++ b/src/vwm.h
@@ -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 */
© All Rights Reserved