diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-01-06 23:16:31 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-01-06 23:16:31 +0100 |
commit | ff09f09a0c9ab4f7ec069cf42b2ba34e161db3be (patch) | |
tree | 49566758506a82a2ad80c36f4714a1a135da680f | |
parent | 806578fe4de0555adea5b8025a70a9bb918a4f1a (diff) | |
download | uGFX-ff09f09a0c9ab4f7ec069cf42b2ba34e161db3be.tar.gz uGFX-ff09f09a0c9ab4f7ec069cf42b2ba34e161db3be.tar.bz2 uGFX-ff09f09a0c9ab4f7ec069cf42b2ba34e161db3be.zip |
options.h
-rw-r--r-- | include/gwin/options.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ -44,6 +44,13 @@ #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 */ |