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: Sun, 16 Mar 2003 17:10:14 -0500

Index: emacs/src/w32gui.h
diff -c emacs/src/w32gui.h:1.18 emacs/src/w32gui.h:1.19
*** emacs/src/w32gui.h:1.18     Sun Mar 16 15:47:30 2003
--- emacs/src/w32gui.h  Sun Mar 16 17:10:12 2003
***************
*** 76,82 ****
  typedef COLORREF Color;
  typedef DWORD Time;
  typedef HWND Window;
! typedef int Display;  /* ++KFS: define here? */
  typedef HCURSOR Cursor;
  
  #define XChar2b wchar_t
--- 76,82 ----
  typedef COLORREF Color;
  typedef DWORD Time;
  typedef HWND Window;
! typedef HDC Display;  /* HDC so it doesn't conflict with xpm lib.  */
  typedef HCURSOR Cursor;
  
  #define XChar2b wchar_t




reply via email to

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