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:
51f18b8
)
Revert "delete render updates for xwayland clients upon triggering a client resize"
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Tue, 14 Jul 2015 17:12:06 +0000
(13:12 -0400)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Tue, 14 Jul 2015 17:12:06 +0000
(13:12 -0400)
This reverts commit
f3f29a0cf83412ae4f09fb1fbed065daca7c4047
.
upon further review, this was not at all helpful and breaks resizing eventually
src/bin/e_comp_x.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_x.c
b/src/bin/e_comp_x.c
index 1e61492e5c2d82c6699526a386849f095c52a961..9e02febc9ec0f91a5ac12e94e8e0d0e11d204b96 100644
(file)
--- a/
src/bin/e_comp_x.c
+++ b/
src/bin/e_comp_x.c
@@
-931,7
+931,8
@@
_e_comp_x_evas_resize_cb(void *data, Evas_Object *obj EINA_UNUSED, void *event_i
}
ec->post_resize = 1;
- e_comp_object_render_update_del(ec->frame);
+ if (e_pixmap_is_x(ec->pixmap))
+ e_comp_object_render_update_del(ec->frame);
_e_comp_x_post_client_idler_add(ec);
}