diff src/console.h @ 265:8efd647ea9ca r20-5b31

Import from CVS: tag r20-5b31
author cvs
date Mon, 13 Aug 2007 10:25:37 +0200
parents 677f6a0ee643
children b2472a1930f2
line wrap: on
line diff
--- a/src/console.h	Mon Aug 13 10:24:47 2007 +0200
+++ b/src/console.h	Mon Aug 13 10:25:37 2007 +0200
@@ -132,6 +132,7 @@
   void (*ring_bell_method) (struct device *, int volume, int pitch,
 			    int duration);
   void (*frame_redraw_cursor_method) (struct frame *f);
+  void (*set_final_cursor_coords_method) (struct frame *, int, int);
 
   /* color methods */
   int (*initialize_color_instance_method) (struct Lisp_Color_Instance *,