Mercurial > hg > xemacs-beta
diff src/console-stream.c @ 251:677f6a0ee643 r20-5b24
Import from CVS: tag r20-5b24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:19:59 +0200 |
parents | e45d5e7c476e |
children | 966663fcf606 |
line wrap: on
line diff
--- a/src/console-stream.c Mon Aug 13 10:19:12 2007 +0200 +++ b/src/console-stream.c Mon Aug 13 10:19:59 2007 +0200 @@ -178,8 +178,8 @@ static int -stream_text_width (struct face_cachel *cachel, CONST Emchar *str, - Charcount len) +stream_text_width (struct frame *f, struct face_cachel *cachel, + CONST Emchar *str, Charcount len) { return len; }