Use HDC for Display.

This commit is contained in:
Jason Rumney 2003-03-16 22:10:12 +00:00
parent 2a6d0874d3
commit f9aaed00d3

View file

@ -76,7 +76,7 @@ typedef XGCValues * GC;
typedef COLORREF Color;
typedef DWORD Time;
typedef HWND Window;
typedef int Display; /* ++KFS: define here? */
typedef HDC Display; /* HDC so it doesn't conflict with xpm lib. */
typedef HCURSOR Cursor;
#define XChar2b wchar_t