emacs-diffs
[Top][All Lists]
Advanced

[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: Wed, 23 Oct 2002 12:54:22 -0400

Index: emacs/src/macgui.h
diff -c emacs/src/macgui.h:1.1 emacs/src/macgui.h:1.2
*** emacs/src/macgui.h:1.1      Fri Apr 26 19:39:05 2002
--- emacs/src/macgui.h  Wed Oct 23 12:54:21 2002
***************
*** 37,42 ****
--- 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)
  
  




reply via email to

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