From f9aaed00d30b67d9a94e1ff86fb0bf2bcaa70985 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sun, 16 Mar 2003 22:10:12 +0000 Subject: [PATCH] Use HDC for Display. --- src/w32gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/w32gui.h b/src/w32gui.h index 2cca61eb5f9..775a97a443a 100644 --- a/src/w32gui.h +++ b/src/w32gui.h @@ -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 -- 2.39.2