comparison src/redisplay.c @ 82:6a378aca36af r20-0b91

Import from CVS: tag r20-0b91
author cvs
date Mon, 13 Aug 2007 09:07:36 +0200
parents b9518feda344
children 364816949b59
comparison
equal deleted inserted replaced
81:ebca3d831cea 82:6a378aca36af
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 } 880 }
880 881
881 width = data->last_char_width; 882 width = data->last_char_width;
882 if (width < 0) 883 if (width < 0)
883 { 884 {