Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
250:f385a461c9aa | 251:677f6a0ee643 |
---|---|
176 f->visible = 0; /* so redisplay doesn't try to do anything */ | 176 f->visible = 0; /* so redisplay doesn't try to do anything */ |
177 } | 177 } |
178 | 178 |
179 | 179 |
180 static int | 180 static int |
181 stream_text_width (struct face_cachel *cachel, CONST Emchar *str, | 181 stream_text_width (struct frame *f, struct face_cachel *cachel, |
182 Charcount len) | 182 CONST Emchar *str, Charcount len) |
183 { | 183 { |
184 return len; | 184 return len; |
185 } | 185 } |
186 | 186 |
187 static int | 187 static int |