emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dispextern.h


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/dispextern.h
Date: Sat, 27 May 2006 22:37:05 +0000

Index: emacs/src/dispextern.h
diff -u emacs/src/dispextern.h:1.216 emacs/src/dispextern.h:1.217
--- emacs/src/dispextern.h:1.216        Fri Apr 21 14:06:55 2006
+++ emacs/src/dispextern.h      Sat May 27 22:37:05 2006
@@ -2693,8 +2693,8 @@
 extern void draw_phys_cursor_glyph P_ ((struct window *,
                                          struct glyph_row *,
                                          enum draw_glyphs_face));
-extern int get_phys_cursor_geometry P_ ((struct window *, struct glyph_row *,
-                                        struct glyph *, int *));
+extern void get_phys_cursor_geometry P_ ((struct window *, struct glyph_row *,
+                                         struct glyph *, int *, int *, int *));
 extern void erase_phys_cursor P_ ((struct window *));
 extern void display_and_set_cursor P_ ((struct window *,
                                          int, int, int, int, int));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]