[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/xfaces.c
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/src/xfaces.c |
Date: |
Mon, 11 Nov 2002 02:34:20 -0500 |
Index: emacs/src/xfaces.c
diff -c emacs/src/xfaces.c:1.264 emacs/src/xfaces.c:1.265
*** emacs/src/xfaces.c:1.264 Thu Sep 26 20:43:40 2002
--- emacs/src/xfaces.c Wed Oct 23 12:55:19 2002
***************
*** 297,317 ****
#define FACE_CACHE_BUCKETS_SIZE 1001
- /* 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 /* not HAVE_X_WINDOWS */
-
/* Keyword symbols used for face attribute names. */
Lisp_Object QCfamily, QCheight, QCweight, QCslant, QCunderline;
--- 297,302 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/xfaces.c,
Juanma Barranquero <=