summaryrefslogtreecommitdiff
path: root/src/vwm.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@gnugeneration.com>2017-03-22 18:36:54 -0700
committerVito Caputo <vcaputo@gnugeneration.com>2017-03-25 16:51:17 -0700
commit36daa7b60f0545a79482d174c778293ec831e03e (patch)
treee5d6b8d93d5ed66db08141c7d24372e808d17d3a /src/vwm.h
parent3657ce966227e9be0334540178ca578bc8d5ad0d (diff)
overlays: rename overlays->charts
vmon introduces a non-overlay usage, monitors is correct but ambiguous, graphs is also amiguous, charts is short and distinctive. renaming of the files comes in a separate, future commit.
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