# HG changeset patch # User Sam Lantinga # Date 1147069391 0 # Node ID 23fe15f88c03e5134bf87d92a05161b3e31a995f # Parent d8030f368b84a980b9eca96429f910715f79b6e0 diff -r d8030f368b84 -r 23fe15f88c03 src/video/directfb/SDL_DirectFB_yuv.c --- a/src/video/directfb/SDL_DirectFB_yuv.c Mon May 08 05:36:45 2006 +0000 +++ b/src/video/directfb/SDL_DirectFB_yuv.c Mon May 08 06:23:11 2006 +0000 @@ -200,7 +200,7 @@ { DFBResult ret; void *data; - unsigned int pitch; + int pitch; IDirectFBSurface *surface = overlay->hwdata->surface; ret = surface->Lock (surface, DSLF_READ | DSLF_WRITE, &data, &pitch);