]> git.eshelyaron.com Git - emacs.git/commit
Migrate to Emacs_GC
authorYuuki Harano <masm+github@masm11.me>
Tue, 25 Jun 2019 12:36:39 +0000 (21:36 +0900)
committerJeff Walsh <fejfighter@gmail.com>
Sun, 22 Nov 2020 03:46:55 +0000 (14:46 +1100)
commit330a346ca734d39c0233ef899e044d05e0e1ebe9
treefb58fa9d6fdae8657a25ede315efeebffdd9eea2
parentf4920a68831f769f0a1504c85145589bdb4c3eb9
Migrate to Emacs_GC

* ../src/xfaces.c (x_create_gc, x_free_gc):

* ../src/pgtkterm.h (struct pgtk_output, struct pgtk_output):

* ../src/pgtkterm.c (x_set_cursor_gc, x_set_mouse_face_gc)
(x_setup_relief_color, x_draw_image_foreground_1)
(x_draw_image_foreground)
(pgtk_cr_draw_image, pgtk_draw_fringe_bitmap)
(pgtk_begin_cr_clip, pgtk_set_cr_source_with_gc_foreground)
(pgtk_set_cr_source_with_gc_background):

* ../src/pgtkgui.h:

* ../src/dispextern.h (struct glyph_string): clean up XGCValues  emulation

XGCValues, GC 廃止。

Emacs_GC に統一。
src/dispextern.h
src/pgtkgui.h
src/pgtkterm.c
src/pgtkterm.h
src/xfaces.c