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:
bf2e362
)
Revert "force a software render in all cases when finalizing x11 client iconify"
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Sat, 7 Nov 2015 18:12:14 +0000
(13:12 -0500)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Sat, 7 Nov 2015 18:12:14 +0000
(13:12 -0500)
This reverts commit
1a87463083fa9e343aa38b4c8824db0c92645b8e
.
no longer necessary
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 a9cf3eda97b295a38d4055540748bbf7f2b8e9fe..ce97702d81bfed36328702867e9fe36ab83f55cc 100644
(file)
--- a/
src/bin/e_comp_object.c
+++ b/
src/bin/e_comp_object.c
@@
-2199,11
+2199,6
@@
_e_comp_smart_hide(Evas_Object *obj)
evas_object_focus_set(cw->ec->frame, 0);
e_comp_render_queue(); //force nocomp recheck
e_comp_shape_queue();
- if ((!cw->ec->iconic) || (!e_pixmap_is_x(cw->ec->pixmap)) || (!cw->native)) return;
- e_comp_object_native_surface_set(obj, 0);
- e_comp_object_damage(obj, 0, 0, cw->w, cw->h);
- e_comp_object_dirty(obj);
- e_comp_object_render(obj);
}
static void