diff src/console.h @ 251:677f6a0ee643 r20-5b24

Import from CVS: tag r20-5b24
author cvs
date Mon, 13 Aug 2007 10:19:59 +0200
parents 1f0dabaa0855
children 8efd647ea9ca
line wrap: on
line diff
--- a/src/console.h	Mon Aug 13 10:19:12 2007 +0200
+++ b/src/console.h	Mon Aug 13 10:19:59 2007 +0200
@@ -115,7 +115,7 @@
   /* redisplay methods */
   int (*left_margin_width_method) (struct window *);
   int (*right_margin_width_method) (struct window *);
-  int (*text_width_method) (struct face_cachel *cachel,
+  int (*text_width_method) (struct frame *f, struct face_cachel *cachel,
 			    CONST Emchar *str, Charcount len);
   void (*output_display_block_method) (struct window *, struct display_line *,
 				       int, int, int, int, int, int, int);