e17:comp: workaround segv. not sure what the right fix is

SVN revision: 57899
This commit is contained in:
Hannes Janetzek 2011-03-19 16:46:04 +00:00
parent 6a4573c7aa
commit d20d417b66
1 changed files with 1 additions and 1 deletions

View File

@ -1560,7 +1560,7 @@ _e_mod_comp_win_mirror_add(E_Comp_Win *cw)
evas_object_image_native_surface_set(o, &ns);
evas_object_image_data_update_add(o, 0, 0, w, h);
}
else
else if (cw->xim)
{
pix = ecore_x_image_data_get(cw->xim, NULL, NULL, NULL);
evas_object_image_data_set(o, pix);