(image_ascent): Remove prototype.
authorKim F. Storm <storm@cua.dk>
Tue, 20 Apr 2004 22:22:45 +0000 (22:22 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 20 Apr 2004 22:22:45 +0000 (22:22 +0000)
lisp/ChangeLog
src/w32term.h
src/xterm.h

index 8ba6c95..f0dd96b 100644 (file)
@@ -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.
index de28620..a9cdacf 100644 (file)
@@ -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)
index 1d43414..3bc2c59 100644 (file)
@@ -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.  */