Mercurial > hg > xemacs-beta
diff src/console-impl.h @ 4990:8f0cf4fd3d2c
Automatic merge
| author | Ben Wing <ben@xemacs.org> |
|---|---|
| date | Sat, 06 Feb 2010 04:01:46 -0600 |
| parents | ea701c23ed84 |
| children | 5502045ec510 b5df3737028a |
line wrap: on
line diff
--- a/src/console-impl.h Sat Feb 06 03:59:18 2010 -0600 +++ b/src/console-impl.h Sat Feb 06 04:01:46 2010 -0600 @@ -145,7 +145,7 @@ /* redisplay methods */ int (*left_margin_width_method) (struct window *); int (*right_margin_width_method) (struct window *); - int (*text_width_method) (struct frame *f, struct face_cachel *cachel, + int (*text_width_method) (struct window *w, struct face_cachel *cachel, const Ichar *str, Charcount len); void (*output_display_block_method) (struct window *, struct display_line *, int, int, int, int, int, int, int);
