aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32term.h3
1 files changed, 3 insertions, 0 deletions
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 ();
817#define RIGHT_WIN_PRESSED 0x4000 817#define RIGHT_WIN_PRESSED 0x4000
818#define APPS_PRESSED 0x2000 818#define APPS_PRESSED 0x2000
819 819
820struct image;
821struct face;
822
820XGCValues *XCreateGC (void *, Window, unsigned long, XGCValues *); 823XGCValues *XCreateGC (void *, Window, unsigned long, XGCValues *);
821struct frame * check_x_frame (Lisp_Object); 824struct frame * check_x_frame (Lisp_Object);
822EXFUN (Fx_display_color_p, 1); 825EXFUN (Fx_display_color_p, 1);