]> git.eshelyaron.com Git - emacs.git/commit
Implement dots and dashes on PGTK
authorPo Lu <luangruo@yahoo.com>
Sun, 28 Apr 2024 13:30:52 +0000 (21:30 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 29 Apr 2024 15:06:00 +0000 (17:06 +0200)
commit649b5e170244d9f65dafb611067a74c0eae35045
treee35de7251461805876eaa089468588979f532016
parent6ae685f78337b928ffd83ba94c26597f77927179
Implement dots and dashes on PGTK

* src/image.c (image_create_bitmap_from_file) [HAVE_PGTK]:
Remove unused variable.

* src/pgtkterm.c (pgtk_draw_dash, pgtk_fill_underline)
(pgtk_draw_glyph_string): New functions, ported from X.

(cherry picked from commit 7341e600b7bc554df44784b6aa135bed8fcb61f1)
src/image.c
src/pgtkterm.c