[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: |
Wed, 23 Oct 2002 12:54:37 -0400 |
Index: emacs/src/w32gui.h
diff -c emacs/src/w32gui.h:1.15 emacs/src/w32gui.h:1.16
*** emacs/src/w32gui.h:1.15 Wed Mar 20 16:00:50 2002
--- emacs/src/w32gui.h Wed Oct 23 12:54:36 2002
***************
*** 86,91 ****
--- 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;
- [Emacs-diffs] Changes to emacs/src/w32gui.h,
Juanma Barranquero <=