emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32bdf.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/w32bdf.c
Date: Thu, 28 Feb 2002 20:06:03 -0500

Index: emacs/src/w32bdf.c
diff -c emacs/src/w32bdf.c:1.15 emacs/src/w32bdf.c:1.16
*** emacs/src/w32bdf.c:1.15     Tue Jan  1 14:09:27 2002
--- emacs/src/w32bdf.c  Sun Feb 17 18:41:26 2002
***************
*** 790,795 ****
--- 790,802 ----
      fontp->relative_compose = bdf_font->relative_compose;
      fontp->default_ascent = bdf_font->default_ascent;
  
+     /* Set global flag fonts_changed_p to non-zero if the font loaded
+        has a character with a smaller width than any other character
+        before, or if the font loaded has a smaller height than any
+        other font loaded before.  If this happens, it will make a
+        glyph matrix reallocation necessary.  */
+     fonts_changed_p |= x_compute_min_glyph_bounds (f);
+ 
      UNBLOCK_INPUT;
      dpyinfo->n_fonts++;
      return fontp;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]