# HG changeset patch # User Jason Rumney # Date 959721268 0 # Node ID 7f49fb2648f1a3e7a670f5ced43e7750d38a100e # Parent 190498891c516e9bf9c9f7ddb48a21b37965c915 (CP_DEFAULT): Define. (Fx_display_color_p, Fx_display_grayscale_p, image_ascent): Declare. diff -r 190498891c51 -r 7f49fb2648f1 src/w32term.h --- a/src/w32term.h Tue May 30 21:07:54 2000 +0000 +++ b/src/w32term.h Tue May 30 21:14:28 2000 +0000 @@ -39,6 +39,8 @@ #define FONT_MAX_WIDTH(f) \ ((f)->bdf ? (f)->bdf->width : (f)->tm.tmMaxCharWidth) +#define CP_DEFAULT 1004 + #define CHECK_W32_FRAME(f, frame) \ if (NILP (frame)) \ f = SELECTED_FRAME (); \ @@ -824,3 +826,6 @@ XGCValues *XCreateGC (void *, Window, unsigned long, XGCValues *); struct frame * check_x_frame (Lisp_Object); +EXFUN (Fx_display_color_p, 1); +EXFUN (Fx_display_grayscale_p, 1); +int image_ascent P_ ((struct image *, struct face *));