]> git.eshelyaron.com Git - emacs.git/commit
Introduce Emacs_Color struct and typedef
authorAlexander Gramiak <agrambot@gmail.com>
Thu, 9 May 2019 19:07:35 +0000 (13:07 -0600)
committerAlexander Gramiak <agrambot@gmail.com>
Mon, 20 May 2019 01:50:32 +0000 (19:50 -0600)
commitc0e146e4ec266edf348473c3db7ca8d16745f4f7
tree3f2070ccbf941ba14f43836f7cfa1b4c78979043
parent05b79539f4d22bfe5160777aa5a963aeb74b000c
Introduce Emacs_Color struct and typedef

This avoids clashing with the XColor struct from X.

* src/dispextern [HAVE_X_WINDOWS]: Define Emacs_Color alias.
[!HAVE_X_WINDOWS]: Rename XColor compatibility struct to
Emacs_Color. Remove unused fields.

* src/gtkutil.c:
* src/gtkutil.h:
* src/image.c:
* src/nsterm.h:
* src/nsterm.m:
* src/termhooks.h:
* src/w32fns.c:
* src/w32term.c:
* src/w32term.h:
* src/xfaces.c:
* src/xfns.c:
* src/xterm.h: Use Emacs_Color over XColor outside of X-specific
sections.
15 files changed:
src/dispextern.h
src/gtkutil.c
src/gtkutil.h
src/image.c
src/nsgui.h
src/nsterm.h
src/nsterm.m
src/termhooks.h
src/w32fns.c
src/w32gui.h
src/w32term.c
src/w32term.h
src/xfaces.c
src/xfns.c
src/xterm.h