# HG changeset patch # User Kim F. Storm # Date 1079656944 0 # Node ID f3bbed2e184924a006e70d36571b1c6be72f5a91 # Parent 3e1b0bccd22e2dcb8a9ae44b9cfb4d0d2886ce28 (calc_pixel_width_or_height): Add prototype. diff -r 3e1b0bccd22e -r f3bbed2e1849 src/dispextern.h --- a/src/dispextern.h Fri Mar 19 00:41:56 2004 +0000 +++ b/src/dispextern.h Fri Mar 19 00:42:24 2004 +0000 @@ -74,7 +74,6 @@ #define NativeRectangle int #endif - /* Structure forward declarations. Some are here because function prototypes below reference structure types before their definition in this file. Some are here because not every file including @@ -2534,6 +2533,9 @@ extern int last_tool_bar_item; extern int mouse_autoselect_window; +extern int calc_pixel_width_or_height P_ ((double *, struct it *, Lisp_Object, + /* XFontStruct */ void *, int, int *)); + #ifdef HAVE_WINDOW_SYSTEM #if GLYPH_DEBUG