changeset 1782:23fe15f88c03

(none)
author Sam Lantinga <slouken@libsdl.org>
date Mon, 08 May 2006 06:23:11 +0000
parents d8030f368b84
children c546353b1ad4
files src/video/directfb/SDL_DirectFB_yuv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);