aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32term.h')
-rw-r--r--src/w32term.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/w32term.h b/src/w32term.h
index cf6956c1efa..524b1097c42 100644
--- a/src/w32term.h
+++ b/src/w32term.h
@@ -252,6 +252,10 @@ extern int unibyte_display_via_language_environment;
252 252
253struct w32_display_info *x_display_info_for_name (); 253struct w32_display_info *x_display_info_for_name ();
254 254
255Lisp_Object display_x_get_resource P_ ((struct w32_display_info *,
256 Lisp_Object, Lisp_Object,
257 Lisp_Object, Lisp_Object));
258
255extern struct w32_display_info *w32_term_init (); 259extern struct w32_display_info *w32_term_init ();
256 260
257extern Lisp_Object w32_list_fonts P_ ((struct frame *, Lisp_Object, int, int)); 261extern Lisp_Object w32_list_fonts P_ ((struct frame *, Lisp_Object, int, int));
@@ -721,9 +725,10 @@ struct face;
721 725
722XGCValues *XCreateGC (void *, Window, unsigned long, XGCValues *); 726XGCValues *XCreateGC (void *, Window, unsigned long, XGCValues *);
723struct frame * check_x_frame (Lisp_Object); 727struct frame * check_x_frame (Lisp_Object);
728Lisp_Object vga_stdcolor_name (int);
729
724EXFUN (Fx_display_color_p, 1); 730EXFUN (Fx_display_color_p, 1);
725EXFUN (Fx_display_grayscale_p, 1); 731EXFUN (Fx_display_grayscale_p, 1);
726int image_ascent P_ ((struct image *, struct face *));
727 732
728#define FONT_TYPE_FOR_UNIBYTE(font, ch) \ 733#define FONT_TYPE_FOR_UNIBYTE(font, ch) \
729 ((font)->bdf ? BDF_1D_FONT : ANSI_FONT) 734 ((font)->bdf ? BDF_1D_FONT : ANSI_FONT)