]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 8ba6c959b014708cd562ad68e27eb40102aed21a..f0dd96b68b3d02b44598d32260b9632f0d12e58b 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 de28620c7b93391eabd4737c4d93ea4fc7281b13..a9cdacf49d40e1c82ec82016f3507d4928992882 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 1d43414cf547150ef042d20bd196afce1a61d439..3bc2c5994bddae0f1cdbf7057b17abdcec02453c 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.  */