diff options
Diffstat (limited to 'src/vwm.h')
-rw-r--r-- | src/vwm.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |