summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2017-09-22 10:32:59 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2017-09-22 10:32:59 -0400
commita9a96146bce5a5fc4470d343310064c38cfe2f2e (patch)
tree4169e2ec21a7275fd98bd12c4550129cd4782352
parent06e0aacd9e9a727a1ffe3857eb40df6e1fec22f6 (diff)
downloadenlightenment-devs/discomfitor/wip.tar.gz
remove input-only client fastpath to resize crashesdevs/discomfitor/wip
ref T6023
-rw-r--r--src/bin/e_comp_object.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index db129a49e7..2e37c83e8a 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -1740,15 +1740,6 @@ _e_comp_intercept_show_helper(E_Comp_Object *cw)
EC_CHANGED(cw->ec);
return;
}
- if (cw->ec->input_only)
- {
- /* who cares */
- cw->real_hid = 0;
- evas_object_move(cw->smart_obj, cw->ec->x, cw->ec->y);
- evas_object_resize(cw->smart_obj, cw->ec->w, cw->ec->h);
- evas_object_show(cw->smart_obj);
- return;
- }
/* ensure that some kind of frame calc has occurred if there's a frame */
if (e_pixmap_is_x(cw->ec->pixmap) && cw->frame_object &&
(cw->ec->h == cw->ec->client.h) && (cw->ec->w == cw->ec->client.w))