From 56f508dd1c1d0304f2601ea7b2eef92969590a63 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 26 Oct 2001 11:54:10 +0000 Subject: [PATCH] Add a dummy typedef for XImage. From Juanma Barranquero . --- src/ChangeLog | 4 ++++ src/w32gui.h | 3 +++ 2 files changed, 7 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 5de085b8a11..bd6b5dfe704 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-10-26 Juanma Barranquero + + * w32gui.h (XImage): Add a dummy typedef. + 2001-10-26 Gerd Moellmann * xfns.c (XScreenNumberOfScreen): Fix struct to pointer diff --git a/src/w32gui.h b/src/w32gui.h index 13a9b9b2104..12e77e3fecc 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; -- 2.39.5