Mercurial > emacs
comparison src/w32gui.h @ 50162:1404922b76b3
Use HDC for Display.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sun, 16 Mar 2003 22:10:12 +0000 |
parents | 04ca11636b72 |
children | c2c4c37724f1 |
comparison
equal
deleted
inserted
replaced
50161:e98ac39e3305 | 50162:1404922b76b3 |
---|---|
74 | 74 |
75 typedef XGCValues * GC; | 75 typedef XGCValues * GC; |
76 typedef COLORREF Color; | 76 typedef COLORREF Color; |
77 typedef DWORD Time; | 77 typedef DWORD Time; |
78 typedef HWND Window; | 78 typedef HWND Window; |
79 typedef int Display; /* ++KFS: define here? */ | 79 typedef HDC Display; /* HDC so it doesn't conflict with xpm lib. */ |
80 typedef HCURSOR Cursor; | 80 typedef HCURSOR Cursor; |
81 | 81 |
82 #define XChar2b wchar_t | 82 #define XChar2b wchar_t |
83 | 83 |
84 /* Dealing with bits of wchar_t as if they were an XChar2b. */ | 84 /* Dealing with bits of wchar_t as if they were an XChar2b. */ |