diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-10-25 06:50:01 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-10-25 06:50:01 +0000 |
commit | 68c7e82a0e5a12f599394eca897130873e44fcef (patch) | |
tree | 29b0aa3488c14117bf9a282e2bf06bc4ec81dda6 /src/w32gui.h | |
parent | 94e32607840a58fe56afa80801915607bf168125 (diff) |
Remove definition of XColor.
Diffstat (limited to 'src/w32gui.h')
-rw-r--r-- | src/w32gui.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/w32gui.h b/src/w32gui.h index 4121639fbf..9f59290027 100644 --- a/src/w32gui.h +++ b/src/w32gui.h @@ -86,16 +86,6 @@ typedef struct _XImage /* 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; |