Make a Win32 driver define available from gfxconf.h

ugfx_release_2.6
inmarket 2015-01-03 18:40:38 +10:00
parent f58124d06e
commit 100e74d8e0
1 changed files with 3 additions and 2 deletions

View File

@ -31,8 +31,9 @@
// The only time you might want to turn this off is
// if you are debugging drawing and want to see each
// pixel as it is set.
#define GDISP_WIN32_USE_INDIRECT_UPDATE TRUE
//#define GDISP_WIN32_USE_INDIRECT_UPDATE FALSE
#ifndef GDISP_WIN32_USE_INDIRECT_UPDATE
#define GDISP_WIN32_USE_INDIRECT_UPDATE TRUE
#endif
// How far extra windows (multiple displays) should be offset from the first.
#define DISPLAY_X_OFFSET 50