e_comp_object: fixed size update problem for H/W composited cw. 76/100276/2 accepted/tizen/3.0/common/20161128.091608 accepted/tizen/3.0/ivi/20161128.084948 accepted/tizen/3.0/mobile/20161128.084813 accepted/tizen/3.0/tv/20161128.084841 accepted/tizen/3.0/wearable/20161128.084918 accepted/tizen/common/20161128.064140 accepted/tizen/ivi/20161128.001026 accepted/tizen/mobile/20161128.000931 accepted/tizen/tv/20161128.000949 accepted/tizen/wearable/20161128.001009 submit/tizen/20161126.034005 submit/tizen_3.0/20161126.033048
authorGwanglim Lee <gl77.lee@samsung.com>
Fri, 25 Nov 2016 13:14:55 +0000 (22:14 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Fri, 25 Nov 2016 13:18:11 +0000 (05:18 -0800)
commitabfb06e006df424d785a58b61c34d0db369b9ad2
tree22a9f93e5ccdf77a7f2b017fbfdefdcaec93c920
parent74f0e42c66d9cc52b65dbdbf93cf41b46e6fa8dd
e_comp_object: fixed size update problem for H/W composited cw.

The size of non-compositing window can be changed, so there is a
need to check that cw is H/W composited if cw is not redirected.
And of course we have to change size of evas object of H/W composited cw,
otherwise cw can't receive input events even if it is shown on the screen.

Change-Id: I9a126bdcb7c1ad0be11e9fd3c4e8df3804f4a1fc
src/bin/e_comp_object.c