mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
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
@ -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…
Reference in New Issue
Block a user