diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-03-05 13:53:44 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-03-05 13:53:44 +1000 |
commit | 5d758df8dab698c68dfacb7fe0ccf309a52459e7 (patch) | |
tree | dbb2f3e46e23741b3cd7961b8f0849feff0954d9 | |
parent | e762e91bd5d5347071c3b43fbdb021376584c267 (diff) | |
parent | 2b4508467a9a6d5163451600e6c36d3aaab49665 (diff) | |
download | uGFX-5d758df8dab698c68dfacb7fe0ccf309a52459e7.tar.gz uGFX-5d758df8dab698c68dfacb7fe0ccf309a52459e7.tar.bz2 uGFX-5d758df8dab698c68dfacb7fe0ccf309a52459e7.zip |
Merge remote-tracking branch 'origin/master'
-rw-r--r-- | gfxconf.example.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h index b7a8255a..79d932e8 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -127,9 +127,9 @@ #define GWIN_NEED_CONSOLE FALSE #define GWIN_CONSOLE_USE_HISTORY FALSE - #define GWIN_CONSOLE_HISTORY_AVERAGING FALSE - #define GWIN_CONSOLE_HISTORY_ATCREATE FALSE - #define GWIN_CONSOLE_ESCSEQ FALSE + #define GWIN_CONSOLE_HISTORY_AVERAGING FALSE + #define GWIN_CONSOLE_HISTORY_ATCREATE FALSE + #define GWIN_CONSOLE_ESCSEQ FALSE #define GWIN_CONSOLE_USE_BASESTREAM FALSE #define GWIN_CONSOLE_USE_FLOAT FALSE #define GWIN_NEED_GRAPH FALSE |