aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32bdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32bdf.c')
-rw-r--r--src/w32bdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32bdf.c b/src/w32bdf.c
index 092aff306dc..8d57cbd3523 100644
--- a/src/w32bdf.c
+++ b/src/w32bdf.c
@@ -604,7 +604,7 @@ create_offscreen_bitmap(HDC hdc, int width, int height, unsigned char **bitsp)
604 info.c[1].rgbRed = info.c[1].rgbGreen = info.c[1].rgbBlue = 255; 604 info.c[1].rgbRed = info.c[1].rgbGreen = info.c[1].rgbBlue = 255;
605 605
606 return CreateDIBSection(hdc, (LPBITMAPINFO)&info, 606 return CreateDIBSection(hdc, (LPBITMAPINFO)&info,
607 DIB_RGB_COLORS, bitsp, NULL, 0); 607 DIB_RGB_COLORS, (void **)bitsp, NULL, 0);
608} 608}
609 609
610glyph_metric * 610glyph_metric *