Module changes, found Type_Incomplete error
This commit is contained in:
@@ -53,7 +53,7 @@ DestroyBitmap :: (b: *WIN32_Bitmap)
|
||||
ZeroMemory(b, SizeOf(WIN32_Bitmap))
|
||||
|
||||
DrawBitmapInCompatibleDC :: (b: *WIN32_Bitmap)
|
||||
if(IsValidBitmap(b))
|
||||
if IsValidBitmap(b)
|
||||
SelectObject(b.hdc, b.dib)
|
||||
BitBlt(b.compatible_dc, 0, 0, b.size.x->int, b.size.y->int, b.hdc, 0, 0, SRCCOPY)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user