Mercurial > hg > xemacs-beta
diff src/console-impl.h @ 5125:b5df3737028a ben-lisp-object
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 24 Feb 2010 01:58:04 -0600 |
parents | 623d57b7fbe8 ea701c23ed84 |
children | a9c41067dd88 |
line wrap: on
line diff
--- a/src/console-impl.h Wed Jan 20 07:05:57 2010 -0600 +++ b/src/console-impl.h Wed Feb 24 01:58:04 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);