summaryrefslogtreecommitdiff
path: root/src/vwm.h
diff options
context:
space:
mode:
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