emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Sat, 12 Jan 2002 19:45:53 -0500

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.698 emacs/src/xterm.c:1.699
*** emacs/src/xterm.c:1.698     Sat Jan 12 11:01:51 2002
--- emacs/src/xterm.c   Sat Jan 12 19:36:20 2002
***************
*** 14173,14182 ****
  
      /* 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 smalle>r 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;
      return fontp;
    }
--- 14173,14182 ----
  
      /* 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;
      return fontp;
    }



reply via email to

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