From df9f5f5b92cef88492b647f362c91f281c3b2e3b Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Wed, 8 Mar 2017 01:13:17 -0800 Subject: overlay: rename overlay.[ch] -> overlays.[ch] In preparation for vwm_overlays_* encapsulation of overlay global state and general cleanup therein. --- src/xwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xwindow.h') 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; -- cgit v1.2.3