directfb: Oops, don't give bogus data to image_data.

This fixes changing image subareas with directfb engine and
eve/webkit-efl works fine.

Thanks to Gustavo Lima Chaves.



SVN revision: 39185
This commit is contained in:
Gustavo Sverzut Barbieri 2009-02-24 22:46:45 +00:00
parent b8cf731e79
commit adab85b566
1 changed files with 1 additions and 1 deletions

View File

@ -1391,7 +1391,7 @@ evas_engine_dfb_image_data_put(void *data, void *image, DATA32* image_data)
evas_cache_engine_image_drop(ce);
deie = (DirectFB_Engine_Image_Entry *)
evas_cache_engine_image_data(re->cache, ce->w, ce->h,
image_data, alpha, cspace, data);
image_data, alpha, cspace, NULL);
}
break;
case EVAS_COLORSPACE_YCBCR422P601_PL: