aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/w32gui.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5de085b8a11..bd6b5dfe704 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12001-10-26 Juanma Barranquero <lektu@terra.es>
2
3 * w32gui.h (XImage): Add a dummy typedef.
4
12001-10-26 Gerd Moellmann <gerd@gnu.org> 52001-10-26 Gerd Moellmann <gerd@gnu.org>
2 6
3 * xfns.c (XScreenNumberOfScreen): Fix struct to pointer 7 * 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;
78typedef HWND Window; 78typedef HWND Window;
79typedef HCURSOR Cursor; 79typedef HCURSOR Cursor;
80 80
81/* Dummy; we don't yet support images in the Windows port */
82typedef int XImage;
83
81#define FACE_DEFAULT (~0) 84#define FACE_DEFAULT (~0)
82 85
83extern HINSTANCE hinst; 86extern HINSTANCE hinst;