]> git.eshelyaron.com Git - emacs.git/commit
Parse XBM images which use character escapes for hex literals
authorPo Lu <luangruo@yahoo.com>
Fri, 18 Feb 2022 01:12:48 +0000 (09:12 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 18 Feb 2022 01:12:48 +0000 (09:12 +0800)
commit2236ee40ea78973d9377e845bfd0ee3a58cd4386
treeb1f3c9a7ea4516f74687c8645368fc64e208d393
parent246f627a4125d8b3ae5e88748a439f3f594340b5
Parse XBM images which use character escapes for hex literals

* src/image.c (xbm_scan): Implement parsing of hex escapes in
character literals.
src/image.c