(image_ascent): Remove prototype.
This commit is contained in:
parent
57326d9998
commit
c7b08a9de6
3 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,11 @@
|
|||
2004-04-21 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* image.el (insert-image): Add optional SLICE arg.
|
||||
(insert-sliced-image): New defun.
|
||||
|
||||
2004-04-20 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* window.el (split-window-save-restore-data):
|
||||
* window.el (split-window-save-restore-data):
|
||||
Don't update the data if OLD-INFO is nil.
|
||||
|
||||
* view.el (view-return-to-alist): Mark it permanent local.
|
||||
|
|
|
@ -721,7 +721,6 @@ XGCValues *XCreateGC (void *, Window, unsigned long, XGCValues *);
|
|||
struct frame * check_x_frame (Lisp_Object);
|
||||
EXFUN (Fx_display_color_p, 1);
|
||||
EXFUN (Fx_display_grayscale_p, 1);
|
||||
int image_ascent P_ ((struct image *, struct face *));
|
||||
|
||||
#define FONT_TYPE_FOR_UNIBYTE(font, ch) \
|
||||
((font)->bdf ? BDF_1D_FONT : ANSI_FONT)
|
||||
|
|
|
@ -938,7 +938,6 @@ Lisp_Object display_x_get_resource P_ ((struct x_display_info *,
|
|||
struct frame *check_x_frame P_ ((Lisp_Object));
|
||||
EXFUN (Fx_display_color_p, 1);
|
||||
EXFUN (Fx_display_grayscale_p, 1);
|
||||
int image_ascent P_ ((struct image *, struct face *));
|
||||
extern void x_free_gcs P_ ((struct frame *));
|
||||
|
||||
/* From xrdb.c. */
|
||||
|
|
Loading…
Add table
Reference in a new issue