mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 21:20:45 -08:00
(calc_pixel_width_or_height): Add prototype.
This commit is contained in:
parent
45dbfc84ec
commit
7ee8103edd
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue