Doc: fix xpm scaling example in config.h

* Add conversion back to xpm in the example command, otherwise the error message is `Failed to load x11tiles: XpmFileInvalid`
This commit is contained in:
Bernhard E. Reiter
2023-10-27 19:45:53 +02:00
committed by PatR
parent 75384b95d4
commit 733b41347a

View File

@@ -154,7 +154,8 @@
* the free XPM library. The second option allows you to then use other
* programs to generate tiles files. For example, the PBMPlus tools
* would allow:
* xpmtoppm <x11tiles.xpm | pnmscale 1.25 | ppmquant 90 >x11tiles_big.xpm
* xpmtoppm <x11tiles.xpm | pnmscale 1.25 | ppmquant 90 | \
* ppmtoxpm >x11tiles_big.xpm
*/
/* # define USE_XPM */ /* Disable if you do not have the XPM library */
#ifdef USE_XPM