summaryrefslogtreecommitdiff
path: root/src/vwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vwm.h')
-rw-r--r--src/vwm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vwm.h b/src/vwm.h
index 14acae0..4b5196b 100644
--- a/src/vwm.h
+++ b/src/vwm.h
@@ -8,6 +8,7 @@
#include "context.h"
#include "list.h"
+#include "overlays.h"
#include "util.h"
#include "xserver.h"
@@ -35,6 +36,7 @@ typedef struct _vwm_desktop_t vwm_desktop_t;
typedef struct _vwm_t {
vwm_xserver_t *xserver; /* global xserver instance */
+ vwm_overlays_t *overlays; /* golbal overlays instance */
/* extra X stuff needed by vwm */
Atom wm_delete_atom;
© All Rights Reserved