Mercurial > hg > xemacs-beta
comparison src/redisplay.c @ 86:364816949b59 r20-0b93
Import from CVS: tag r20-0b93
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:09:02 +0200 |
parents | 6a378aca36af |
children | 1040fe1366ac |
comparison
equal
deleted
inserted
replaced
85:c661705957e0 | 86:364816949b59 |
---|---|
874 data->last_char_width = fi->width; | 874 data->last_char_width = fi->width; |
875 else | 875 else |
876 data->last_char_width = -1; | 876 data->last_char_width = -1; |
877 data->new_ascent = max (data->new_ascent, (int) fi->ascent); | 877 data->new_ascent = max (data->new_ascent, (int) fi->ascent); |
878 data->new_descent = max (data->new_descent, (int) fi->descent); | 878 data->new_descent = max (data->new_descent, (int) fi->descent); |
879 data->last_charset = charset; | 879 /* The following line causes display goobers and I don't know why */ |
880 /*data->last_charset = charset;*/ | |
880 } | 881 } |
881 | 882 |
882 width = data->last_char_width; | 883 width = data->last_char_width; |
883 if (width < 0) | 884 if (width < 0) |
884 { | 885 { |