From: Eli Zaretskii Date: Fri, 26 Oct 2001 11:54:10 +0000 (+0000) Subject: Add a dummy typedef for XImage. From Juanma Barranquero . X-Git-Tag: ttn-vms-21-2-B4~19145 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=56f508dd1c1d0304f2601ea7b2eef92969590a63;p=emacs.git Add a dummy typedef for XImage. From Juanma Barranquero . --- 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;