From 04d82b8968b6f5eea263dd6ab8302fff059cad9e Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Wed, 22 Feb 2017 09:20:28 -0800 Subject: vwm: use vwm.done to signal quit This moves the console teardown back to vwm.c, trivial cleanup. --- src/vwm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vwm.h') 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 */ -- cgit v1.2.3