Mercurial > emacs
comparison src/w32gui.h @ 44046:994f2deaa5bc
(struct XImage): Define.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 20 Mar 2002 21:00:50 +0000 |
parents | 57a44aac3228 |
children | cd58bd276a86 |
comparison
equal
deleted
inserted
replaced
44045:b90b8e8e3626 | 44046:994f2deaa5bc |
---|---|
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 HCURSOR Cursor; | 79 typedef HCURSOR Cursor; |
80 | 80 |
81 /* Dummy; we don't yet support images in the Windows port */ | 81 /* Windows equivalent of XImage. */ |
82 typedef int XImage; | 82 typedef struct _XImage |
83 { | |
84 unsigned char * data; | |
85 BITMAPINFO info; | |
86 /* Optional RGBQUAD array for palette follows (see BITMAPINFO docs). */ | |
87 } XImage; | |
83 | 88 |
84 #define FACE_DEFAULT (~0) | 89 #define FACE_DEFAULT (~0) |
85 | 90 |
86 extern HINSTANCE hinst; | 91 extern HINSTANCE hinst; |
87 extern HINSTANCE hprevinst; | 92 extern HINSTANCE hprevinst; |