aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2004-03-19 00:42:24 +0000
committerKim F. Storm2004-03-19 00:42:24 +0000
commit7ee8103eddcf34c620d593a54755efb5de0bb7ad (patch)
treea32d2b3edfa309b0646899bacd7cd9ce63246a85 /src
parent45dbfc84ecdbd61b9fd96ed3867d1dd628624467 (diff)
downloademacs-7ee8103eddcf34c620d593a54755efb5de0bb7ad.tar.gz
emacs-7ee8103eddcf34c620d593a54755efb5de0bb7ad.zip
(calc_pixel_width_or_height): Add prototype.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index d925f881695..5285e0174ae 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -74,7 +74,6 @@ typedef XImagePtr XImagePtr_or_DC;
74#define NativeRectangle int 74#define NativeRectangle int
75#endif 75#endif
76 76
77
78/* Structure forward declarations. Some are here because function 77/* Structure forward declarations. Some are here because function
79 prototypes below reference structure types before their definition 78 prototypes below reference structure types before their definition
80 in this file. Some are here because not every file including 79 in this file. Some are here because not every file including
@@ -2534,6 +2533,9 @@ extern struct frame *last_mouse_frame;
2534extern int last_tool_bar_item; 2533extern int last_tool_bar_item;
2535extern int mouse_autoselect_window; 2534extern int mouse_autoselect_window;
2536 2535
2536extern int calc_pixel_width_or_height P_ ((double *, struct it *, Lisp_Object,
2537 /* XFontStruct */ void *, int, int *));
2538
2537#ifdef HAVE_WINDOW_SYSTEM 2539#ifdef HAVE_WINDOW_SYSTEM
2538 2540
2539#if GLYPH_DEBUG 2541#if GLYPH_DEBUG