[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/w32gui.h
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/src/w32gui.h |
Date: |
Fri, 25 Oct 2002 02:49:40 -0400 |
Index: emacs/src/w32gui.h
diff -c emacs/src/w32gui.h:1.16 emacs/src/w32gui.h:1.17
*** emacs/src/w32gui.h:1.16 Wed Oct 23 12:54:36 2002
--- emacs/src/w32gui.h Fri Oct 25 02:49:40 2002
***************
*** 86,101 ****
/* 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;
--- 86,91 ----