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:
847ce5b
)
remove no longer necessary setting of changes.size on client resize
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Fri, 23 Jan 2015 04:03:38 +0000
(23:03 -0500)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Fri, 23 Jan 2015 04:03:38 +0000
(23:03 -0500)
this is unnecessary since we resize on every necessary frame anyway
src/bin/e_client.c
patch
|
blob
|
history
diff --git
a/src/bin/e_client.c
b/src/bin/e_client.c
index 3a3ba699dd371896048c4a1ad37696cdb4fcb687..b44bb3bca9ec9873760d7d6c9dae10f127ffaf5e 100644
(file)
--- a/
src/bin/e_client.c
+++ b/
src/bin/e_client.c
@@
-1406,11
+1406,6
@@
_e_client_cb_evas_resize(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_
Evas_Coord x, y, w, h;
ec->pre_res_change.valid = 0;
- if (ec->internal_elm_win || (!ec->netwm.sync.request))
- {
- EC_CHANGED(ec);
- ec->changes.size = 1;
- }
_e_client_event_simple(ec, E_EVENT_CLIENT_RESIZE);