Try to fix boot

svn path=/trunk/; revision=54924
This commit is contained in:
Timo Kreuzer 2012-01-12 15:41:56 +00:00
parent 41a8364f1c
commit 6fa29d2d3a

View file

@ -785,7 +785,7 @@ BITMAP_CopyBitmap(HBITMAP hBitmap)
/* Allocate a new bitmap with the same dimensions as the source bmp */
hbmNew = GreCreateBitmapEx(psurfSrc->SurfObj.sizlBitmap.cx,
psurfSrc->SurfObj.sizlBitmap.cy,
psurfSrc->SurfObj.lDelta,
abs(psurfSrc->SurfObj.lDelta),
psurfSrc->SurfObj.iBitmapFormat,
psurfSrc->SurfObj.fjBitmap,
psurfSrc->SurfObj.cjBits,