From 0771234ee260dce64ddfc51cf3378cf9fb6476e0 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Sat, 10 Aug 2019 15:31:23 +0100 Subject: [PATCH] More header fixes Signed-off-by: Yuxuan Shui --- src/common.h | 1 + src/compton.modulemap | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/src/common.h b/src/common.h index 33e7e01..d48961d 100644 --- a/src/common.h +++ b/src/common.h @@ -60,6 +60,7 @@ #include "utils.h" #include "list.h" #include "render.h" +#include "win_defs.h" #include "x.h" // === Constants ===0 diff --git a/src/compton.modulemap b/src/compton.modulemap index ffd7458..bd75c82 100644 --- a/src/compton.modulemap +++ b/src/compton.modulemap @@ -41,8 +41,12 @@ module opengl { module diagnostic { header "diagnostic.h" } +module win_defs { + header "win_defs.h" +} module win { header "win.h" + export win_defs } module log { header "log.h"