[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/dispextern.h
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] Changes to emacs/src/dispextern.h |
Date: |
Thu, 07 Nov 2002 01:24:10 -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
- [Emacs-diffs] Changes to emacs/src/dispextern.h,
Kenichi Handa <=