diff options
author | Vito Caputo <vcaputo@gnugeneration.com> | 2017-03-08 01:13:17 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@gnugeneration.com> | 2017-03-14 19:41:48 -0700 |
commit | df9f5f5b92cef88492b647f362c91f281c3b2e3b (patch) | |
tree | 01af92c2aff68613d124418091bf5c027457d720 /src/xwindow.c | |
parent | 2c9fe3973a28504e664c5d7c9d990bc2f16c0348 (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.c')
-rw-r--r-- | src/xwindow.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |