From 2d3aa590652c18f8eddfa21aee983371590343ff Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 9 Sep 2026 11:25:38 -0400 Subject: [PATCH] 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 --- doc/fixes5-0-1.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/fixes5-0-1.txt b/doc/fixes5-0-1.txt index 7deb9c404..e324c0502 100644 --- a/doc/fixes5-0-1.txt +++ b/doc/fixes5-0-1.txt @@ -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