aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/sys_options.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-05-01 18:10:31 +1000
committerinmarket <andrewh@inmarket.com.au>2014-05-01 18:10:31 +1000
commitcb99e4ab091fafbee0389a30b6fbe8ee0ffc778e (patch)
treeae2dd49581767de13bcef903bcc8e0a7a76fc898 /src/gwin/sys_options.h
parent2bef66a6875171942a1d71e40669247d26ce505b (diff)
parent763fd061ecd6c9bb4877b5b6f5a01ce363ef09a4 (diff)
downloaduGFX-cb99e4ab091fafbee0389a30b6fbe8ee0ffc778e.tar.gz
uGFX-cb99e4ab091fafbee0389a30b6fbe8ee0ffc778e.tar.bz2
uGFX-cb99e4ab091fafbee0389a30b6fbe8ee0ffc778e.zip
Merge branch 'master' into gwin
Diffstat (limited to 'src/gwin/sys_options.h')
-rw-r--r--src/gwin/sys_options.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gwin/sys_options.h b/src/gwin/sys_options.h
index 5fe2d93e..bd720711 100644
--- a/src/gwin/sys_options.h
+++ b/src/gwin/sys_options.h
@@ -113,6 +113,15 @@
* @{
*/
/**
+ * @brief Use flat styling for controls rather than a 3D look
+ * @details Defaults to FALSE
+ * @note This may appear better on color-restricted displays
+ * @note Flat styling is less graphics and cpu intensive (marginally) than the default 3D look.
+ */
+ #ifndef GWIN_FLAT_STYLING
+ #define GWIN_FLAT_STYLING FALSE
+ #endif
+ /**
* @brief Buttons should not insist the mouse is over the button on mouse release
* @details Defaults to FALSE
*/