Mercurial > emacs
changeset 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 | 3e1b0bccd22e |
children | 5636e8542b77 |
files | src/dispextern.h |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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