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:
552f065
)
render surface opaque regions as opaque when image border is set
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Fri, 17 Jul 2015 20:07:01 +0000
(16:07 -0400)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Fri, 17 Jul 2015 20:07:01 +0000
(16:07 -0400)
it seems that just setting the opaque region is not enough for evas;
we must also inform it that the opaque region is opaque and should not
be blended
src/bin/e_comp_object.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_object.c
b/src/bin/e_comp_object.c
index 752689e9511cb62df68ccd09f288b5e3d7136ed0..0192d5c29772f29a4dec3757c5981a6d67e73bf0 100644
(file)
--- a/
src/bin/e_comp_object.c
+++ b/
src/bin/e_comp_object.c
@@
-3352,6
+3352,7
@@
e_comp_object_dirty(Evas_Object *obj)
else
bx = by = bxx = byy = 0;
evas_object_image_border_set(cw->obj, bx, by, bxx, byy);
+ evas_object_image_border_center_fill_set(cw->obj, EVAS_BORDER_FILL_SOLID);
{
Edje_Message_Int_Set *msg;
Edje_Message_Int msg2;