From 3a14239be1dcad8e5a8666dad1a489f2e4bd97f2 Mon Sep 17 00:00:00 2001 From: "Bernhard E. Reiter" Date: Fri, 27 Oct 2023 19:53:16 +0200 Subject: [PATCH] doc: add note that USE_XPM can be defined otherwise * Add an additional hint to win/X11/NetHack.ad that `USE_XPM` can be defined outsite of `config.h` as it is the case with `hints/linux-x11`- --- win/X11/NetHack.ad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win/X11/NetHack.ad b/win/X11/NetHack.ad index 519c8e2c8..cec9569eb 100644 --- a/win/X11/NetHack.ad +++ b/win/X11/NetHack.ad @@ -30,7 +30,8 @@ NetHack*text*borderWidth: 0 ! tile_file names a file containing full-color tiles for the map. ! If you use a 100dpi (or greater) monitor you may wish to double the ! tile size so you can see the figures. If NetHack was compiled to -! use XPM (USE_XPM in config.h), the tile_file is a standard XPM file. +! use XPM (USE_XPM in config.h or via the Makefile), +! the tile_file is a standard XPM file. ! Otherwise, it is a custom format. double_tile_size only applies to ! the custom format - to enlarge an XPM file, use processing tools ! such as XV or preferably PBMplus.