*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40260
This commit is contained in:
parent
a006441198
commit
69fa9c0a31
2 changed files with 2 additions and 2 deletions
|
@ -290,7 +290,7 @@ static int DFBToSDLPixelFormat (DFBSurfacePixelFormat pixelformat, SDL_PixelForm
|
|||
return -1;
|
||||
}
|
||||
|
||||
format->BitsPerPixel = BITS_PER_PIXEL(pixelformat);
|
||||
format->BitsPerPixel = DFB_BITS_PER_PIXEL(pixelformat);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue