emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/w32fns.c
Date: Tue, 25 Oct 2005 17:13:51 -0400

Index: emacs/src/w32fns.c
diff -c emacs/src/w32fns.c:1.256 emacs/src/w32fns.c:1.257
*** emacs/src/w32fns.c:1.256    Sun Aug  7 12:33:18 2005
--- emacs/src/w32fns.c  Tue Oct 25 21:13:50 2005
***************
*** 5284,5292 ****
--- 5284,5296 ----
        strcpy (height_pixels, "*");
        strcpy (height_dpi, "*");
      }
+ 
+ #if 0 /* Never put the width in the xfld. It fails on fonts with
+        double-width characters.  */
    if (lplogfont->lfWidth)
      sprintf (width_pixels, "%u", lplogfont->lfWidth * 10);
    else
+ #endif
      strcpy (width_pixels, "*");
  
    _snprintf (lpxstr, len - 1,




reply via email to

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