diff --git a/drivers/multiple/Win32/gdisp_lld_Win32.c b/drivers/multiple/Win32/gdisp_lld_Win32.c index 13c5e544..8de2f9c8 100644 --- a/drivers/multiple/Win32/gdisp_lld_Win32.c +++ b/drivers/multiple/Win32/gdisp_lld_Win32.c @@ -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