aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/scenri.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/extantz/scenri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extantz/scenri.c b/src/extantz/scenri.c
index 2a02996..42a7987 100644
--- a/src/extantz/scenri.c
+++ b/src/extantz/scenri.c
@@ -373,7 +373,7 @@ Scene_Data *scenriAdd(Evas_Object *win)
373 // Any colour or texture applied to this window gets applied to the scene, including transparency. 373 // Any colour or texture applied to this window gets applied to the scene, including transparency.
374 // Interestingly enough, the position and size of the render seems to NOT depend on the position and size of this image? 374 // Interestingly enough, the position and size of the render seems to NOT depend on the position and size of this image?
375 // Note that we can't reuse the windows background image, Evas_3D needs both images. 375 // Note that we can't reuse the windows background image, Evas_3D needs both images.
376 scene->image = eo_add(ELM_OBJ_IMAGE_CLASS, win, 376 scene->image = eo_add(ELM_IMAGE_CLASS, win,
377 evas_obj_size_hint_weight_set(EVAS_HINT_EXPAND, EVAS_HINT_EXPAND), 377 evas_obj_size_hint_weight_set(EVAS_HINT_EXPAND, EVAS_HINT_EXPAND),
378 elm_obj_image_fill_outside_set(EINA_TRUE), 378 elm_obj_image_fill_outside_set(EINA_TRUE),
379 evas_obj_visibility_set(EINA_TRUE), 379 evas_obj_visibility_set(EINA_TRUE),