# HG changeset patch # User Andrew Innes # Date 972135080 0 # Node ID 58dcefea99de8797dd1c2bce44f6a2ac204a5221 # Parent 6385ffa62dd5fc8cd764914e6a8b56ed57529da7 Extern decl for w32_cache_char_metrics. diff -r 6385ffa62dd5 -r 58dcefea99de src/w32term.h --- a/src/w32term.h Sat Oct 21 13:30:33 2000 +0000 +++ b/src/w32term.h Sat Oct 21 13:31:20 2000 +0000 @@ -51,16 +51,6 @@ } \ if (! FRAME_W32_P (f)) -/* Emulate XCharStruct. */ -typedef struct _XCharStruct -{ - int rbearing; - int lbearing; - int width; - int ascent; - int descent; -} XCharStruct; - /* Indicates whether we are in the readsocket call and the message we are processing in the current loop */ @@ -264,6 +254,7 @@ extern Lisp_Object w32_list_fonts P_ ((struct frame *, Lisp_Object, int, int)); extern struct font_info *w32_get_font_info (), *w32_query_font (); +extern void w32_cache_char_metrics (XFontStruct *font); extern void w32_find_ccl_program(); #define PIX_TYPE COLORREF