Mercurial > emacs
changeset 50162:1404922b76b3
Use HDC for Display.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sun, 16 Mar 2003 22:10:12 +0000 |
parents | e98ac39e3305 |
children | 6f30f0db5f30 |
files | src/w32gui.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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