diff options
author | Jason Rumney <jasonr@gnu.org> | 2003-03-16 22:10:12 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2003-03-16 22:10:12 +0000 |
commit | f9aaed00d30b67d9a94e1ff86fb0bf2bcaa70985 (patch) | |
tree | 1a59300b72f063b2ab61b5edacb7030037a4aaf4 /src/w32gui.h | |
parent | 2a6d0874d3131ef127520c06fd38facb036e1270 (diff) | |
download | emacs-f9aaed00d30b67d9a94e1ff86fb0bf2bcaa70985.tar.gz |
Use HDC for Display.
Diffstat (limited to 'src/w32gui.h')
-rw-r--r-- | src/w32gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |