ecore_wl2: modify the size of configure event 45/285645/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Fri, 16 Dec 2022 01:43:13 +0000 (10:43 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Fri, 16 Dec 2022 01:43:18 +0000 (10:43 +0900)
commit470388ba861eeedf55de8ee7d1241e5288d549cf
tree47cc0c4144509b3f441e85557e24ec72a2f726b5
parent147e64e8a6a73bd57e74438a86907974dd20280f
ecore_wl2: modify the size of configure event

We change code to determine the size value of ECORE_WL2_EVENT_WINDOW_CONFIGURE event
by considering the size requested by the user.

There was a bug that the window size was changed continuously because of the difference
of the size value between the user requested size and the configure size sent by server.
This patch resolves this problem.

@tizen_only

Change-Id: Id737a16e58e6fca570196a6f5bb6519c8bb85719
src/lib/ecore_wl2/ecore_wl2_private.h
src/lib/ecore_wl2/ecore_wl2_window.c