emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/dispextern.h


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/dispextern.h
Date: Mon, 11 Nov 2002 02:33:11 -0500

Index: emacs/src/dispextern.h
diff -c emacs/src/dispextern.h:1.139 emacs/src/dispextern.h:1.140
*** emacs/src/dispextern.h:1.139        Fri Aug 30 08:00:36 2002
--- emacs/src/dispextern.h      Fri Oct 25 02:49:15 2002
***************
*** 25,34 ****
--- 25,47 ----
  #define DISPEXTERN_H_INCLUDED
  
  #ifdef HAVE_X_WINDOWS
+ 
  #include <X11/Xlib.h>
  #ifdef USE_X_TOOLKIT
  #include <X11/Intrinsic.h>
  #endif /* USE_X_TOOLKIT */
+ 
+ #else /* !HAVE_X_WINDOWS */
+ 
+ /* X-related stuff used by non-X gui code. */
+ 
+ typedef struct {
+   unsigned long pixel;
+   unsigned short red, green, blue;
+   char flags;
+   char pad;
+ } XColor;
+ 
  #endif /* HAVE_X_WINDOWS */
  
  #ifdef MSDOS




reply via email to

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