Assocate test rectangle with the ecore_evas
authorChris Michael <cp.michael@samsung.com>
Tue, 11 Jun 2013 08:16:19 +0000 (09:16 +0100)
committerChris Michael <cp.michael@samsung.com>
Tue, 11 Jun 2013 08:16:19 +0000 (09:16 +0100)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/e_wayland/e_container.c

index df3c858446f9b876d1554d6e16f00b851d32699e..9f85c9f7db7aaf95fb1d0e7c807ad21d2fed24b2 100644 (file)
@@ -69,9 +69,12 @@ e_container_new(E_Manager *man)
 
    Evas_Object *o;
    o = evas_object_rectangle_add(con->bg_evas);
+   evas_object_color_set(o, 255, 0, 0, 255);
    evas_object_move(o, 0, 0);
    evas_object_resize(o, con->w, con->h);
    evas_object_show(o);
+   ecore_evas_object_associate(con->bg_ee, o, 
+                               ECORE_EVAS_OBJECT_ASSOCIATE_BASE);
 
    /* TODO: create zones */