emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xfaces.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/xfaces.c
Date: Tue, 29 Oct 2002 07:02:21 -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 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]