diff options
author | inmarket <andrewh@inmarket.com.au> | 2013-08-01 14:50:40 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2013-08-01 14:50:40 +1000 |
commit | 06d339456e64f6257bd72eb9343d7c899ea0b20b (patch) | |
tree | 0ada360b2157b08f6eba50f6fe38669c9f163d81 /demos/modules/gwin/list/gfxconf.h | |
parent | 44f3256be382a49361b14ec8f56aa43856e1d3bb (diff) | |
download | uGFX-06d339456e64f6257bd72eb9343d7c899ea0b20b.tar.gz uGFX-06d339456e64f6257bd72eb9343d7c899ea0b20b.tar.bz2 uGFX-06d339456e64f6257bd72eb9343d7c899ea0b20b.zip |
Update gwin widgets and lists demos
Diffstat (limited to 'demos/modules/gwin/list/gfxconf.h')
-rw-r--r-- | demos/modules/gwin/list/gfxconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gwin/list/gfxconf.h b/demos/modules/gwin/list/gfxconf.h index 895d7c49..cf5f8690 100644 --- a/demos/modules/gwin/list/gfxconf.h +++ b/demos/modules/gwin/list/gfxconf.h @@ -40,7 +40,7 @@ #define GDISP_NEED_CIRCLE TRUE #define GDISP_NEED_ELLIPSE TRUE #define GDISP_NEED_ARC FALSE -#define GDISP_NEED_CONVEX_POLYGON FALSE +#define GDISP_NEED_CONVEX_POLYGON TRUE #define GDISP_NEED_SCROLL FALSE #define GDISP_NEED_PIXELREAD FALSE #define GDISP_NEED_CONTROL FALSE |