emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/w32gui.h
Date: Wed, 20 Mar 2002 16:00:50 -0500

Index: emacs/src/w32gui.h
diff -c emacs/src/w32gui.h:1.14 emacs/src/w32gui.h:1.15
*** emacs/src/w32gui.h:1.14     Fri Oct 26 07:51:08 2001
--- emacs/src/w32gui.h  Wed Mar 20 16:00:50 2002
***************
*** 78,85 ****
  typedef HWND Window;
  typedef HCURSOR Cursor;
  
! /* Dummy; we don't yet support images in the Windows port */
! typedef int XImage;
  
  #define FACE_DEFAULT (~0)
  
--- 78,90 ----
  typedef HWND Window;
  typedef HCURSOR Cursor;
  
! /* Windows equivalent of XImage.  */
! typedef struct _XImage
! {
!   unsigned char * data;
!   BITMAPINFO info;
!   /* Optional RGBQUAD array for palette follows (see BITMAPINFO docs).  */
! } XImage;
  
  #define FACE_DEFAULT (~0)
  



reply via email to

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