diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-08-16 22:49:15 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-08-16 22:49:15 +1000 |
commit | 65c8b96a3d61676fe2d81bce65fce559047cd0c2 (patch) | |
tree | f17db79aa005d041ed308a54103d02553121edbb /demos/modules/gwin/frame/gfxconf.h | |
parent | 8e503470fe0323a22536e032481159ddf0102173 (diff) | |
download | uGFX-65c8b96a3d61676fe2d81bce65fce559047cd0c2.tar.gz uGFX-65c8b96a3d61676fe2d81bce65fce559047cd0c2.tar.bz2 uGFX-65c8b96a3d61676fe2d81bce65fce559047cd0c2.zip |
Update the frame demo to reveal a surprise when the frame is closed.
Diffstat (limited to 'demos/modules/gwin/frame/gfxconf.h')
-rw-r--r-- | demos/modules/gwin/frame/gfxconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/modules/gwin/frame/gfxconf.h b/demos/modules/gwin/frame/gfxconf.h index 08a01b73..c6dcd80f 100644 --- a/demos/modules/gwin/frame/gfxconf.h +++ b/demos/modules/gwin/frame/gfxconf.h @@ -46,6 +46,7 @@ #define GWIN_NEED_WINDOWMANAGER TRUE #define GWIN_NEED_WIDGET TRUE + #define GWIN_NEED_LABEL TRUE #define GWIN_NEED_BUTTON TRUE #define GWIN_NEED_SLIDER TRUE #define GWIN_NEED_CONTAINERS TRUE |