From f0c83e72b470559015dbacf6428129d5960a4d3b Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Fri, 22 Sep 2023 01:21:32 +0200 Subject: [PATCH] Add description for FIX_BROKEN_TILED_FILL in config.h.in --- config.h.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.h.in b/config.h.in index c2a0240f..2fdf0aaa 100644 --- a/config.h.in +++ b/config.h.in @@ -20,6 +20,10 @@ print [@/*************************************************************/ /* Source: config.h.in; to regenerate run ./configure */ /*************************************************************/@] +print {\n\n/* Uncomment following line to work around some GPU problems in graphic operations */\n} +print {/* with tiled fill pattern. Restore of damaged content will use XCopyArea() */\n} +print {/* #define FIX_BROKEN_TILED_FILL 1 */} + print {\n\n/* Define this var if libjpeg is available and is to be used */\n} print_ternary ?libs/sul/libjpeg/presents {#define HAS_LIBJPEG 1} {/*#undef HAS_LIBJPEG */}