/[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.14 by eliz, Fri Oct 26 11:51:08 2001 UTC revision 1.15 by jasonr, Wed Mar 20 21:00:50 2002 UTC
# Line 78  typedef DWORD Time; Line 78  typedef DWORD Time;
78  typedef HWND Window;  typedef HWND Window;
79  typedef HCURSOR Cursor;  typedef HCURSOR Cursor;
80    
81  /* Dummy; we don't yet support images in the Windows port */  /* Windows equivalent of XImage.  */
82  typedef int XImage;  typedef struct _XImage
83    {
84      unsigned char * data;
85      BITMAPINFO info;
86      /* Optional RGBQUAD array for palette follows (see BITMAPINFO docs).  */
87    } XImage;
88    
89  #define FACE_DEFAULT (~0)  #define FACE_DEFAULT (~0)
90    

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

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