]> git.eshelyaron.com Git - emacs.git/commitdiff
(calc_pixel_width_or_height): Add prototype.
authorKim F. Storm <storm@cua.dk>
Fri, 19 Mar 2004 00:42:24 +0000 (00:42 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 19 Mar 2004 00:42:24 +0000 (00:42 +0000)
src/dispextern.h

index d925f881695f1f52fd3e9a2789a40e3692752a25..5285e0174ae2ca93db016fdfd3d4086913fbf11c 100644 (file)
@@ -74,7 +74,6 @@ typedef XImagePtr XImagePtr_or_DC;
 #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 struct frame *last_mouse_frame;
 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