summaryrefslogtreecommitdiff
path: root/src/xserver.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/xserver.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/xserver.h')
-rw-r--r--src/xserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xserver.h b/src/xserver.h
index 694513a..1f33775 100644
--- a/src/xserver.h
+++ b/src/xserver.h
@@ -7,7 +7,7 @@
#define XSERVER_XVISUAL(_xserver) DefaultVisual((_xserver)->display, (_xserver)->screen_num)
#define XSERVER_XDEPTH(_xserver) DefaultDepth((_xserver)->display, (_xserver)->screen_num)
-/* bare xserver context, split out for vmon's shared monitoring overlay use sake */
+/* bare xserver context, split out for vmon's shared monitoring chart use sake */
typedef struct vwm_xserver_t {
Display *display;
Colormap cmap;
© All Rights Reserved