Changeset 2909
- Timestamp:
- 10/11/08 03:30:53 (5 years ago)
- File:
-
- 1 edited
-
libpipi/trunk/pipi/codec/gdi.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/pipi/codec/gdi.c
r2902 r2909 61 61 binfo.bmiHeader.biCompression = BI_RGB; 62 62 binfo.bmiHeader.biHeight = - abs(binfo.bmiHeader.biHeight); 63 if(!GetDIBits(hdc, hbmap, 0, binfo.bmiHeader.biHeight, data,63 if(!GetDIBits(hdc, hbmap, 0, abs(binfo.bmiHeader.biHeight), data, 64 64 &binfo, DIB_RGB_COLORS)) 65 65 {
Note: See TracChangeset
for help on using the changeset viewer.
