projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c51e65
)
Assocate test rectangle with the ecore_evas
author
Chris Michael
<cp.michael@samsung.com>
Tue, 11 Jun 2013 08:16:19 +0000
(09:16 +0100)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/src/bin/e_wayland/e_container.c
b/src/bin/e_wayland/e_container.c
index df3c858446f9b876d1554d6e16f00b851d32699e..9f85c9f7db7aaf95fb1d0e7c807ad21d2fed24b2 100644
(file)
--- a/
src/bin/e_wayland/e_container.c
+++ b/
src/bin/e_wayland/e_container.c
@@
-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 */