diff options
| author | Kenichi Handa | 2008-06-13 02:57:10 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-06-13 02:57:10 +0000 |
| commit | 943b7eea743bae90835ffc535c1a3ea3ae9c38c8 (patch) | |
| tree | bd6ba6d83011d4f615b7bb42ddeb87b1a8db0843 /src | |
| parent | ff63b08670b70eff7f2a8ee55a5f0b113a878d93 (diff) | |
| download | emacs-943b7eea743bae90835ffc535c1a3ea3ae9c38c8.tar.gz emacs-943b7eea743bae90835ffc535c1a3ea3ae9c38c8.zip | |
(font_update_sort_order): Setting of sort_shift_bits adjusted for the
change of font_score and font_sort_entites.
Diffstat (limited to 'src')
| -rw-r--r-- | src/font.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.c b/src/font.c index cfe6e41ac28..6c29a4487bd 100644 --- a/src/font.c +++ b/src/font.c | |||
| @@ -2266,7 +2266,7 @@ font_update_sort_order (order) | |||
| 2266 | { | 2266 | { |
| 2267 | int i, shift_bits; | 2267 | int i, shift_bits; |
| 2268 | 2268 | ||
| 2269 | for (i = 0, shift_bits = 21; i < 4; i++, shift_bits -= 7) | 2269 | for (i = 0, shift_bits = 23; i < 4; i++, shift_bits -= 7) |
| 2270 | { | 2270 | { |
| 2271 | int xlfd_idx = order[i]; | 2271 | int xlfd_idx = order[i]; |
| 2272 | 2272 | ||