--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401741
This commit is contained in:
parent
c69a0ae2af
commit
b99279d95e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue