aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/scenri.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-06-11 20:09:33 +1000
committerDavid Walter Seikel2014-06-11 20:09:33 +1000
commitd525e7e7a38bf4824e44a2bdc3e14175933a8588 (patch)
treec3b5f960b8295d5a239ddf8fb5852285372cbda8 /src/extantz/scenri.c
parentSome notes on privacy. (diff)
downloadSledjHamr-d525e7e7a38bf4824e44a2bdc3e14175933a8588.zip
SledjHamr-d525e7e7a38bf4824e44a2bdc3e14175933a8588.tar.gz
SledjHamr-d525e7e7a38bf4824e44a2bdc3e14175933a8588.tar.bz2
SledjHamr-d525e7e7a38bf4824e44a2bdc3e14175933a8588.tar.xz
Update to post release API change. So much for stable API to collaborate with. sigh
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),