diff options
author | Tectu <joel@unormal.org> | 2013-03-02 04:42:18 -0800 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2013-03-02 04:42:18 -0800 |
commit | f3126ac477f00fc61894b0d09679da24bb63cee5 (patch) | |
tree | 6196987e808ff0c263b43d6746376508657b33d9 /gfxconf.example.h | |
parent | bf86b741dac5687ed2f3a71e8e841b26a5239a72 (diff) | |
parent | dddbb25930447375564855492cba0115de349b86 (diff) | |
download | uGFX-f3126ac477f00fc61894b0d09679da24bb63cee5.tar.gz uGFX-f3126ac477f00fc61894b0d09679da24bb63cee5.tar.bz2 uGFX-f3126ac477f00fc61894b0d09679da24bb63cee5.zip |
Merge pull request #36 from inmarket/master
Add option GWIN_BUTTON_LAZY_RELEASE
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r-- | gfxconf.example.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h index 389d4db5..c53906d2 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -87,6 +87,7 @@ #define GEVENT_MAX_SOURCE_LISTENERS 32 #define GTIMER_THREAD_WORKAREA_SIZE 512 #define GADC_MAX_LOWSPEED_DEVICES 4 + #define GWIN_BUTTON_LAZY_RELEASE FALSE */ /* Optional Low Level Driver Definitions */ |