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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/w32bdf.c
Date: Sat, 11 Jun 2005 11:10:59 -0400

Index: emacs/src/w32bdf.c
diff -c emacs/src/w32bdf.c:1.21 emacs/src/w32bdf.c:1.22
*** emacs/src/w32bdf.c:1.21     Mon Jan  3 22:52:01 2005
--- emacs/src/w32bdf.c  Sat Jun 11 15:10:58 2005
***************
*** 604,610 ****
    info.c[1].rgbRed = info.c[1].rgbGreen = info.c[1].rgbBlue = 255;
  
    return CreateDIBSection(hdc, (LPBITMAPINFO)&info,
!                         DIB_RGB_COLORS, bitsp, NULL, 0);
  }
  
  glyph_metric *
--- 604,610 ----
    info.c[1].rgbRed = info.c[1].rgbGreen = info.c[1].rgbBlue = 255;
  
    return CreateDIBSection(hdc, (LPBITMAPINFO)&info,
!                         DIB_RGB_COLORS, (void **)bitsp, NULL, 0);
  }
  
  glyph_metric *




reply via email to

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