From 9f21c5a276ab7032e913fffb9c4aea2db3d04834 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 12 May 2001 09:50:14 +0000 Subject: [PATCH] (struct image, struct face): Forward declaration, to avoid compiler warnings. --- src/w32term.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/w32term.h b/src/w32term.h index fe69afe9de1..0a86259c0bb 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -817,6 +817,9 @@ extern BOOL parse_button (); #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); -- 2.39.5