Add description for FIX_BROKEN_TILED_FILL in config.h.in
This commit is contained in:
parent
4ea2ccac4c
commit
f0c83e72b4
|
|
@ -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 */}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue