diff options
author | Vito Caputo <vcaputo@gnugeneration.com> | 2017-03-22 18:36:54 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@gnugeneration.com> | 2017-03-25 16:51:17 -0700 |
commit | 36daa7b60f0545a79482d174c778293ec831e03e (patch) | |
tree | e5d6b8d93d5ed66db08141c7d24372e808d17d3a /src/vwm.h | |
parent | 3657ce966227e9be0334540178ca578bc8d5ad0d (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |