X11: support BMP, GIF and PNG tiles pr #1666

"This plugs into the same code that provides support for BMP and GIF tiles for MS-DOS, and also populates the stub to read PNG tiles.
PNG is a compile-time option, and depends on libpng."

pull request #1666 by chasonr
This commit is contained in:
nhmall
2026-09-09 11:25:38 -04:00
parent 96c564f09d
commit 2d3aa59065
+1
View File
@@ -267,6 +267,7 @@ X11: implement all text attributes for menus
X11: fix crash when loading a nonexistent font
X11: use xft to render fonts
X11: support tab-separated menu columns
X11: support BMP, GIF and PNG tiles (pr #1666 by chasonr)
X11: remove the limit on the number of widgets managed in winlabel.c; it was
possible, though difficult, to exceed the limit; tabify the
#wizcustom menu and fix X11's handling of that menu; correctly