# HG changeset patch # User Jason Rumney # Date 1047852612 0 # Node ID 1404922b76b372cf6ff5edbf8eae138ba689de7d # Parent e98ac39e330592f9733a7958e615e933d146a53e Use HDC for Display. diff -r e98ac39e3305 -r 1404922b76b3 src/w32gui.h --- a/src/w32gui.h Sun Mar 16 22:05:00 2003 +0000 +++ b/src/w32gui.h Sun Mar 16 22:10:12 2003 +0000 @@ -76,7 +76,7 @@ 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