Commit b99279d9 authored by Sam Lantinga's avatar Sam Lantinga

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401741
parent c69a0ae2
...@@ -200,7 +200,7 @@ int DirectFB_LockYUVOverlay(_THIS, SDL_Overlay *overlay) ...@@ -200,7 +200,7 @@ int DirectFB_LockYUVOverlay(_THIS, SDL_Overlay *overlay)
{ {
DFBResult ret; DFBResult ret;
void *data; void *data;
unsigned int pitch; int pitch;
IDirectFBSurface *surface = overlay->hwdata->surface; IDirectFBSurface *surface = overlay->hwdata->surface;
ret = surface->Lock (surface, DSLF_READ | DSLF_WRITE, &data, &pitch); ret = surface->Lock (surface, DSLF_READ | DSLF_WRITE, &data, &pitch);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment