From ff09f09a0c9ab4f7ec069cf42b2ba34e161db3be Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 6 Jan 2014 23:16:31 +0100 Subject: [PATCH] options.h --- include/gwin/options.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/gwin/options.h b/include/gwin/options.h index 83aaee2c..7f127e9c 100644 --- a/include/gwin/options.h +++ b/include/gwin/options.h @@ -43,6 +43,13 @@ #ifndef GWIN_NEED_WIDGET #define GWIN_NEED_WIDGET FALSE #endif + /** + * @brief Should the frame widget be included. + * @details Defaults to FALSE + */ + #ifndef GWIN_NEED_FRAME + #define GWIN_NEED_FRAME FALSE + #endif /** * @brief Should console functions be included. * @details Defaults to FALSE