Add description for FIX_BROKEN_TILED_FILL in config.h.in

This commit is contained in:
stefan schippers 2023-09-22 01:21:32 +02:00
parent 4ea2ccac4c
commit f0c83e72b4
1 changed files with 4 additions and 0 deletions

View File

@ -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 */}