Revert previous change to produce_composite_glyph
* term.c (produce_composite_glyph): Revert previous change (Bug#19496).
This commit is contained in:
parent
8bef7b6ad1
commit
5395106b0e
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2015-01-03 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Revert previous change to produce_composite_glyph
|
||||
* term.c (produce_composite_glyph): Revert previous change (Bug#19496).
|
||||
|
||||
Pacify gcc -Wparentheses
|
||||
* frame.c (x_set_frame_parameters): Add parens (Bug#19428).
|
||||
|
||||
|
|
|
@ -1736,7 +1736,7 @@ produce_composite_glyph (struct it *it)
|
|||
{
|
||||
struct composition *cmp = composition_table[it->cmp_it.id];
|
||||
|
||||
it->pixel_width = cmp->pixel_width;
|
||||
it->pixel_width = cmp->width;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue