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.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/xwindow.c') diff --git a/src/xwindow.c b/src/xwindow.c index 76d758e..f19180e 100644 --- a/src/xwindow.c +++ b/src/xwindow.c @@ -23,6 +23,7 @@ #include "composite.h" #include "list.h" +#include "overlays.h" #include "vwm.h" #include "window.h" #include "xwindow.h" -- cgit v1.2.3