ecore_evas_wayland: handle 0x0 content problem
authorShinwoo Kim <cinoo.kim@samsung.com>
Tue, 10 Apr 2018 11:38:47 +0000 (20:38 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 10 Apr 2018 13:32:15 +0000 (22:32 +0900)
commit7d648badd0c3cbb4b29c937464fbcdc2bb50b5ea
treeba65ddc46079bc8a4b20e5fddea2c8667135b571
parentfe2d62acebf12b8e9fed4ef091886668c24d121a
ecore_evas_wayland: handle 0x0 content problem

Someone could NOT use elementary and use ecore_evas only. In this case, content
size which is defined by elementary is 0x0. If content size is 0x0, then frame
size is equal to window size. But the frame size is defined by elementary as
well. So if there is not a content, then the frame size should be 0.
src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c