[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/macgui.h
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/src/macgui.h |
Date: |
Fri, 25 Oct 2002 02:49:30 -0400 |
Index: emacs/src/macgui.h
diff -c emacs/src/macgui.h:1.2 emacs/src/macgui.h:1.3
*** emacs/src/macgui.h:1.2 Wed Oct 23 12:54:21 2002
--- emacs/src/macgui.h Fri Oct 25 02:49:29 2002
***************
*** 37,52 ****
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)
--- 37,42 ----