summaryrefslogtreecommitdiff
path: root/src/xwindow.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@gnugeneration.com>2017-03-08 01:13:17 -0800
committerVito Caputo <vcaputo@gnugeneration.com>2017-03-14 19:41:48 -0700
commitdf9f5f5b92cef88492b647f362c91f281c3b2e3b (patch)
tree01af92c2aff68613d124418091bf5c027457d720 /src/xwindow.h
parent2c9fe3973a28504e664c5d7c9d990bc2f16c0348 (diff)
overlay: rename overlay.[ch] -> overlays.[ch]
In preparation for vwm_overlays_* encapsulation of overlay global state and general cleanup therein.
Diffstat (limited to 'src/xwindow.h')
-rw-r--r--src/xwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xwindow.h b/src/xwindow.h
index f3be681..c72abc4 100644
--- a/src/xwindow.h
+++ b/src/xwindow.h
@@ -7,7 +7,7 @@
#include "libvmon/vmon.h"
#include "list.h"
-#include "overlay.h"
+#include "overlays.h"
typedef struct _vwm_t vwm_t;
typedef struct _vwm_window_t vwm_window_t;
© All Rights Reserved