diff options
author | Alexander Gramiak <agrambot@gmail.com> | 2019-05-09 22:08:06 -0600 |
---|---|---|
committer | Alexander Gramiak <agrambot@gmail.com> | 2019-05-19 19:50:32 -0600 |
commit | b3d3c0daa49f5cbed7c58c7508d4d36dba3757e5 (patch) | |
tree | 72360d5d9cdd8bc9f6ad715128d5452889d0caa3 /lisp/macros.el | |
parent | 462b1fd7185ab8866c8db15b6e7a9b865e4d2389 (diff) | |
download | emacs-b3d3c0daa49f5cbed7c58c7508d4d36dba3757e5.tar.gz emacs-b3d3c0daa49f5cbed7c58c7508d4d36dba3757e5.tar.bz2 emacs-b3d3c0daa49f5cbed7c58c7508d4d36dba3757e5.zip |
Introduce Emacs_GC struct and typedef
* src/dispextern.h [HAVE_X_WINDOWS]: Alias Emacs_GC to XGCValues.
[!HAVE_X_WINDOWS]: Define Emacs_GC, GCForeground, and GCBackground.
* src/nsgui.h:
* src/w32gui.h:Remove obsolete XGCValues, GC, GCForeground,
GCBackground, and GCFont definitions.
* src/w32fns.c (w32_make_gc): Do not set unused font field.
* src/w32term.c: Use Emacs_GC over XGCValues. Do not set unused font
field.
* src/xfaces.c: Use Emacs_GC over XGCValues and GC.
Diffstat (limited to 'lisp/macros.el')
0 files changed, 0 insertions, 0 deletions