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

Diff of /emacs/src/w32gui.h

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

revision 1.15 by jasonr, Wed Mar 20 21:00:50 2002 UTC revision 1.16 by lektu, Wed Oct 23 16:54:36 2002 UTC
# Line 86  typedef struct _XImage Line 86  typedef struct _XImage
86    /* Optional RGBQUAD array for palette follows (see BITMAPINFO docs).  */    /* Optional RGBQUAD array for palette follows (see BITMAPINFO docs).  */
87  } XImage;  } XImage;
88    
89    /* A definition of XColor for non-X frames.  */
90    #ifndef HAVE_X_WINDOWS
91    typedef struct {
92      unsigned long pixel;
93      unsigned short red, green, blue;
94      char flags;
95      char pad;
96    } XColor;
97    #endif
98    
99  #define FACE_DEFAULT (~0)  #define FACE_DEFAULT (~0)
100    
101  extern HINSTANCE hinst;  extern HINSTANCE hinst;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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