diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-05-10 01:28:59 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-05-10 01:28:59 +1000 |
commit | 890653111b978f13b9f168c7308926d7e6a04e6c (patch) | |
tree | be480670f583f91ca9409196d989ccfac8f0d9df /src | |
parent | cb606359cccd09f00f27db93bb99fb06a3b49abd (diff) | |
download | uGFX-890653111b978f13b9f168c7308926d7e6a04e6c.tar.gz uGFX-890653111b978f13b9f168c7308926d7e6a04e6c.tar.bz2 uGFX-890653111b978f13b9f168c7308926d7e6a04e6c.zip |
Oops - missed this one. Not ready for prime time yet though.
Diffstat (limited to 'src')
-rw-r--r-- | src/gwin/sys_rules.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gwin/sys_rules.h b/src/gwin/sys_rules.h index eeba2286..ce3b28c7 100644 --- a/src/gwin/sys_rules.h +++ b/src/gwin/sys_rules.h @@ -116,7 +116,12 @@ #error "GWIN: GDISP_NEED_TEXT is required if GWIN_NEED_CONSOLE is TRUE." #endif #endif - #if GWIN_NEED_GRAPH + #if GWIN_NEED_PROGRESSBAR + #if GWIN_PROGRESSBAR_AUTO + #if !GFX_USE_GTIMER + #error "GWIN: GFX_USE_GTIMER is required if GWIN_PROGRESSBAR_AUTO is TRUE." + #endif + #endif #endif #endif |