From 301a09c0c5a8d55246d952be1cc4ab66402c03ab Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 23 Aug 2014 13:00:51 +1000 Subject: [PATCH] gfxconf.example.h multiple display options were in the wrong place. --- gfxconf.example.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gfxconf.example.h b/gfxconf.example.h index 2fe4eb19..9b5ba477 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -107,8 +107,10 @@ //#define GDISP_LINEBUF_SIZE 128 //#define GDISP_TOTAL_DISPLAYS 1 -// #if GDISP_TOTAL_DISPLAYS > 1 -// // For code and speed optimization define as TRUE or FALSE if all displays have the same capability + +//#define GDISP_TOTAL_CONTROLLERS 1 +// #if GDISP_TOTAL_CONTROLLERS > 1 +// // For code and speed optimization define as TRUE or FALSE if all controllers have the same capability // #define GDISP_HARDWARE_STREAM_WRITE FALSE // #define GDISP_HARDWARE_STREAM_READ FALSE // #define GDISP_HARDWARE_STREAM_POS FALSE @@ -121,10 +123,7 @@ // #define GDISP_HARDWARE_CONTROL FALSE // #define GDISP_HARDWARE_QUERY FALSE // #define GDISP_HARDWARE_CLIP FALSE -// #endif -//#define GDISP_TOTAL_CONTROLLERS 1 -// #if GDISP_TOTAL_CONTROLLERS > 1 // #define GDISP_CONTROLLER_LIST GDISPVMT_Win32, GDISPVMT_Win32 // #define GDISP_CONTROLLER_DISPLAYS 1, 1 // #define GDISP_PIXELFORMAT GDISP_PIXELFORMAT_RGB888