Use bpp from display mode for surfaces

This commit is contained in:
Toni Spets 2010-10-17 00:41:14 +03:00
parent 15ff8f8e2a
commit 3c257aac86
4 changed files with 114 additions and 50 deletions

View file

@ -74,6 +74,7 @@ typedef struct
DWORD width;
DWORD height;
DWORD bpp;
void *surface;
ULONG Ref;