summaryrefslogtreecommitdiff
path: root/src/w32gui.h
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-10-26 11:54:10 +0000
committerEli Zaretskii <eliz@gnu.org>2001-10-26 11:54:10 +0000
commit56f508dd1c1d0304f2601ea7b2eef92969590a63 (patch)
treec8fd892b1e48e4388db9346f2e1af47396cf1e65 /src/w32gui.h
parentfbd5ceb2aa7a5d65ccf1dd3f061400ed59d9a6e5 (diff)
Add a dummy typedef for XImage. From Juanma Barranquero <lektu@terra.es>.
Diffstat (limited to 'src/w32gui.h')
-rw-r--r--src/w32gui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/w32gui.h b/src/w32gui.h
index 13a9b9b210..12e77e3fec 100644
--- a/src/w32gui.h
+++ b/src/w32gui.h
@@ -78,6 +78,9 @@ typedef DWORD Time;
typedef HWND Window;
typedef HCURSOR Cursor;
+/* Dummy; we don't yet support images in the Windows port */
+typedef int XImage;
+
#define FACE_DEFAULT (~0)
extern HINSTANCE hinst;