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, 1 insertions, 1 deletions
diff --git a/src/vwm.h b/src/vwm.h
index 3db7e7b..e483478 100644
--- a/src/vwm.h
+++ b/src/vwm.h
@@ -34,7 +34,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 */
+ vwm_charts_t *charts; /* golbal charts instance */
/* extra X stuff needed by vwm */
Atom wm_delete_atom;
© All Rights Reserved