changeset 37698:e97aa7dfaf5c

(struct image, struct face): Forward declaration, to avoid compiler warnings.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 12 May 2001 09:50:14 +0000
parents dbba241a13bb
children a76348c096b4
files src/w32term.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32term.h	Fri May 11 22:43:04 2001 +0000
+++ b/src/w32term.h	Sat May 12 09:50:14 2001 +0000
@@ -817,6 +817,9 @@
 #define RIGHT_WIN_PRESSED      0x4000
 #define APPS_PRESSED           0x2000
 
+struct image;
+struct face;
+
 XGCValues *XCreateGC (void *, Window, unsigned long, XGCValues *);
 struct frame * check_x_frame (Lisp_Object);
 EXFUN (Fx_display_color_p, 1);