evas - sw generic - fix enum cast warn - valid checked

This commit is contained in:
Carsten Haitzler 2020-08-25 11:22:09 +01:00
parent 1c90fd41bc
commit e0888cbbef
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ _evas_ector_software_buffer_evas_ector_buffer_engine_image_set(Eo *obj,
evas_cache_image_ref(&im->cache_entry);
pd->image = im;
ector_buffer_pixels_set(obj, im->image.data, im->cache_entry.w, im->cache_entry.h, 0, im->cache_entry.space, EINA_TRUE);
ector_buffer_pixels_set(obj, im->image.data, im->cache_entry.w, im->cache_entry.h, 0, (Efl_Gfx_Colorspace)im->cache_entry.space, EINA_TRUE);
}
EOLIAN static void *