devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=4b992e38fd9982fedb947f19f2c38df98186487e

commit 4b992e38fd9982fedb947f19f2c38df98186487e
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Tue Jan 27 14:35:45 2015 -0500

    de-e_comp_get()-ify e_randr2
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/e_randr2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_randr2.c b/src/bin/e_randr2.c
index 781a55a..4069652 100644
--- a/src/bin/e_randr2.c
+++ b/src/bin/e_randr2.c
@@ -244,7 +244,7 @@ _animated_apply(void)
    if (_applying) return;
    _applying = EINA_TRUE;
    _start_time = ecore_loop_time_get();
-   e = e_comp_get(NULL)->evas;
+   e = e_comp->evas;
    _fade_obj = evas_object_rectangle_add(e);
    evas_object_pass_events_set(_fade_obj, EINA_TRUE);
    evas_object_color_set(_fade_obj, 0, 0, 0, 0);

-- 


Reply via email to