diff src/dispextern.h @ 54426:f3bbed2e1849

(calc_pixel_width_or_height): Add prototype.
author Kim F. Storm <storm@cua.dk>
date Fri, 19 Mar 2004 00:42:24 +0000
parents f90f66dc4999
children e09f199d1b5b 108bb5537c12
line wrap: on
line diff
--- 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