Use HDC for Display.
This commit is contained in:
parent
2a6d0874d3
commit
f9aaed00d3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue