]> git.eshelyaron.com Git - emacs.git/commit
Introduce Emacs_Pixmap typedef
authorAlexander Gramiak <agrambot@gmail.com>
Thu, 9 May 2019 23:48:55 +0000 (17:48 -0600)
committerAlexander Gramiak <agrambot@gmail.com>
Mon, 20 May 2019 01:50:32 +0000 (19:50 -0600)
commit44d577925e0f5679d417028799db47a1f5d0fd03
tree15abf340cede68d6b867804459cf06999c22b821
parent06db2a052fb7335185e8d581d245ce214b3bba7c
Introduce Emacs_Pixmap typedef

* src/dispextern.h [HAVE_X_WINDOWS]: Alias Emacs_Pixmap to Pixmap.
(image, x_kill_gs_process): Use Emacs_Pixmap over Pixmap.

* src/image.c:

* src/nsgui.h:
* src/nsterm.m:
* src/termhooks.h:
* src/w32gui.h:
* src/w32term.c:
* src/w32term.h:
* src/xterm.c (x_free_pixmap): Use Emacs_Pixmap over Pixmap.

* src/w32gui.h: Remove unused typedef Bitmap.
src/dispextern.h
src/image.c
src/nsgui.h
src/nsterm.m
src/termhooks.h
src/w32gui.h
src/w32term.c
src/w32term.h
src/xterm.c