diff options
author | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-08-16 14:37:12 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-08-16 14:37:12 +0200 |
commit | 058a873e9e425207db8b99be083e87cf956b9827 (patch) | |
tree | a849f322707da03f687fbc24f42dbcd1a279d67a /gfxconf.example.h | |
parent | a569bbfc1eaf2ac67e151c27ee674107a589f93d (diff) | |
download | uGFX-058a873e9e425207db8b99be083e87cf956b9827.tar.gz uGFX-058a873e9e425207db8b99be083e87cf956b9827.tar.bz2 uGFX-058a873e9e425207db8b99be083e87cf956b9827.zip |
Adding GWIN_FOCUS_HIGHLIGHT_WIDTH
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 1a54b8eb..0140c4fc 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -167,6 +167,7 @@ //#define GWIN_NEED_GL3D FALSE //#define GWIN_NEED_WIDGET FALSE +//#define GWIN_FOCUS_HIGHLIGHT_WIDTH 1 // #define GWIN_NEED_LABEL FALSE // #define GWIN_LABEL_ATTRIBUTE FALSE // #define GWIN_NEED_BUTTON FALSE |