diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gwin/gwin_options.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |