Mercurial > emacs
changeset 47997:fce1df45a956
Remove definition of XColor.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 25 Oct 2002 06:49:40 +0000 |
parents | 276c5262e359 |
children | 611d3b187f8c |
files | src/macgui.h src/w32gui.h |
diffstat | 2 files changed, 0 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- a/src/macgui.h Fri Oct 25 06:49:15 2002 +0000 +++ b/src/macgui.h Fri Oct 25 06:49:40 2002 +0000 @@ -37,16 +37,6 @@ typedef WindowPtr Window; #endif -/* A definition of XColor for non-X frames. */ -#ifndef HAVE_X_WINDOWS -typedef struct { - unsigned long pixel; - unsigned short red, green, blue; - char flags; - char pad; -} XColor; -#endif - #define FACE_DEFAULT (~0)
--- a/src/w32gui.h Fri Oct 25 06:49:15 2002 +0000 +++ b/src/w32gui.h Fri Oct 25 06:49:40 2002 +0000 @@ -86,16 +86,6 @@ /* Optional RGBQUAD array for palette follows (see BITMAPINFO docs). */ } XImage; -/* A definition of XColor for non-X frames. */ -#ifndef HAVE_X_WINDOWS -typedef struct { - unsigned long pixel; - unsigned short red, green, blue; - char flags; - char pad; -} XColor; -#endif - #define FACE_DEFAULT (~0) extern HINSTANCE hinst;