Revert change to opaque settings, requires further investigation
This commit is contained in:
parent
3edaf9ed2e
commit
a2f34686bc
|
@ -117,7 +117,6 @@ void * bitmap_create_ex( int w, int h, short bpp, int rowstride, unsigned int st
|
|||
bitmap->bpp = bpp;
|
||||
bitmap->resized = NULL;
|
||||
bitmap->rowstride = rowstride;
|
||||
bitmap->opaque = true;
|
||||
} else {
|
||||
free(bitmap);
|
||||
bitmap=NULL;
|
||||
|
|
Loading…
Reference in New Issue