]> git.eshelyaron.com Git - emacs.git/commitdiff
(font_update_sort_order): Setting of sort_shift_bits adjusted for the
authorKenichi Handa <handa@m17n.org>
Fri, 13 Jun 2008 02:57:10 +0000 (02:57 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 13 Jun 2008 02:57:10 +0000 (02:57 +0000)
change of font_score and font_sort_entites.

src/font.c

index cfe6e41ac28a263069391d3659d92246cd6476ea..6c29a4487bd7f2341fa3b5035413c9073a3d5876 100644 (file)
@@ -2266,7 +2266,7 @@ font_update_sort_order (order)
 {
   int i, shift_bits;
 
-  for (i = 0, shift_bits = 21; i < 4; i++, shift_bits -= 7)
+  for (i = 0, shift_bits = 23; i < 4; i++, shift_bits -= 7)
     {
       int xlfd_idx = order[i];