]> git.eshelyaron.com Git - emacs.git/commit
Add Stipple support for PGTK
authorYuuki Harano <masm+github@masm11.me>
Fri, 5 Jul 2019 13:37:18 +0000 (22:37 +0900)
committerJeff Walsh <fejfighter@gmail.com>
Sun, 22 Nov 2020 03:46:55 +0000 (14:46 +1100)
commit85441c96d74f82ca368b950aa0f5334297bf4fa0
tree0bdc7d96aa602594cb18ba364e7f12347d7c8a76
parent1d549fa0690d174446ff139bece6db5decd25eba
Add Stipple support for PGTK

* ../src/pgtkterm.c (create_background_surface_by_face)
(create_background_surface, x_draw_glyph_string_background)
(x_draw_glyph_string_bg_rect, x_draw_image_glyph_string)
(x_draw_stretch_glyph_string, pgtk_draw_fringe_bitmap): handle stipple

* ../src/image.c (image_create_bitmap_from_file, )
(syms_of_image): Add pgtk support

* ../lisp/faces.el (face-valid-attribute-values): add pgtk support

stipple 対応。

stipple がまともに動いてなかったので修正。
lisp/faces.el
src/image.c
src/pgtkterm.c