diff options
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r-- | gfxconf.example.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h index 65bc97f0..b0bf39a0 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -145,8 +145,10 @@ #define GDISP_NEED_UTF8 FALSE #define GDISP_NEED_TEXT_KERNING FALSE #define GDISP_NEED_ANTIALIAS FALSE + #define GDISP_THREAD_PRIORITY NORMAL_PRIORITY #define GEVENT_MAXIMUM_SIZE 32 #define GEVENT_MAX_SOURCE_LISTENERS 32 + #define GTIMER_THREAD_PRIORITY HIGH_PRIORITY #define GTIMER_THREAD_WORKAREA_SIZE 512 #define GADC_MAX_LOWSPEED_DEVICES 4 #define GWIN_BUTTON_LAZY_RELEASE FALSE |