Mercurial > emacs
changeset 32723:58dcefea99de
Extern decl for w32_cache_char_metrics.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Sat, 21 Oct 2000 13:31:20 +0000 |
parents | 6385ffa62dd5 |
children | 22afed8d7e3f |
files | src/w32term.h |
diffstat | 1 files changed, 1 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- 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