restore support for non-square XPM-based tiles (X11 & Gnome)

- change the way the tile sizes are calculated, based on the image size,
so non-square tiles can once again be supported.
- fix Gnome port so it can actually display non-square tiles, several
height/width uses were backwards
- update Install.X11 to note the number of tiles per row in the XPM image
This commit is contained in:
cohrs
2002-03-24 00:04:41 +00:00
parent 658ee6436a
commit 88f0680567
5 changed files with 49 additions and 48 deletions
+2 -1
View File
@@ -18,6 +18,7 @@ wall symbol not replaced when digging while blind and levitating
Platform- and/or Interface-Specific Fixes
-----------------------------------------
win32gui: make error() work; it was essentially non-operative in 3.4.0
win32tty: honour the use_inverse option and default to ATR_BOLD if disabled
X11: restore support for non-square tiles when USE_XPM is defined
Gnome: add support for non-square tiles