Mercurial > emacs
diff src/w32gui.h @ 47997:fce1df45a956
Remove definition of XColor.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 25 Oct 2002 06:49:40 +0000 |
parents | cd58bd276a86 |
children | 04ca11636b72 d7ddb3e565de |
line wrap: on
line diff
--- 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;