From 117e26bffdf040e25a63c6253e3c4fac254a260d Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 20 Oct 2015 18:19:04 +0200 Subject: [PATCH] Fixing wrong macro default value definition --- src/gwin/gwin_options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gwin/gwin_options.h b/src/gwin/gwin_options.h index 45dfcd36..ab3e284a 100644 --- a/src/gwin/gwin_options.h +++ b/src/gwin/gwin_options.h @@ -28,7 +28,7 @@ * @details Defaults to FALSE */ #ifndef GWIN_NEED_WINDOWMANAGER - #define GWIN_NEED_WIDGET FALSE + #define GWIN_NEED_WINDOWMANAGER FALSE #endif /** * @brief Should the widget hierarchy be included. This provides parent-child features.