mirror of
https://github.com/yawut/SDL.git
synced 2026-08-28 11:45:13 -05:00
This commit is contained in:
@@ -200,7 +200,7 @@ int DirectFB_LockYUVOverlay(_THIS, SDL_Overlay *overlay)
|
||||
{
|
||||
DFBResult ret;
|
||||
void *data;
|
||||
unsigned int pitch;
|
||||
int pitch;
|
||||
IDirectFBSurface *surface = overlay->hwdata->surface;
|
||||
|
||||
ret = surface->Lock (surface, DSLF_READ | DSLF_WRITE, &data, &pitch);
|
||||
|
||||
Reference in New Issue
Block a user