Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 8, 2006
1 parent e9a4abc commit 10cd1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/directfb/SDL_DirectFB_yuv.c
Expand Up @@ -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);
Expand Down

0 comments on commit 10cd1cf

Please sign in to comment.