/[emacs]/emacs/src/dispextern.h
ViewVC logotype

Diff of /emacs/src/dispextern.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.139 by kfstorm, Fri Aug 30 12:00:36 2002 UTC revision 1.140 by lektu, Fri Oct 25 06:49:15 2002 UTC
# Line 25  Boston, MA 02111-1307, USA.  */ Line 25  Boston, MA 02111-1307, USA.  */
25  #define DISPEXTERN_H_INCLUDED  #define DISPEXTERN_H_INCLUDED
26    
27  #ifdef HAVE_X_WINDOWS  #ifdef HAVE_X_WINDOWS
28    
29  #include <X11/Xlib.h>  #include <X11/Xlib.h>
30  #ifdef USE_X_TOOLKIT  #ifdef USE_X_TOOLKIT
31  #include <X11/Intrinsic.h>  #include <X11/Intrinsic.h>
32  #endif /* USE_X_TOOLKIT */  #endif /* USE_X_TOOLKIT */
33    
34    #else /* !HAVE_X_WINDOWS */
35    
36    /* X-related stuff used by non-X gui code. */
37    
38    typedef struct {
39      unsigned long pixel;
40      unsigned short red, green, blue;
41      char flags;
42      char pad;
43    } XColor;
44    
45  #endif /* HAVE_X_WINDOWS */  #endif /* HAVE_X_WINDOWS */
46    
47  #ifdef MSDOS  #ifdef MSDOS

Legend:
Removed from v.1.139  
changed lines
  Added in v.1.140

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26