e_policy_wl: send tizen_position changed event while creating tizen_position resource 40/252940/1 accepted/tizen/6.0/unified/20210204.012131 submit/tizen_6.0/20210203.080807
authorDoyoun Kang <doyoun.kang@samsung.com>
Wed, 3 Feb 2021 07:20:17 +0000 (16:20 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Wed, 3 Feb 2021 07:43:46 +0000 (16:43 +0900)
commitce5823f69083d9fe731302d369fdbfa7f428294f
tree9a373447fed1be22a93da9f6d2fede76c26e9d59
parente0a3c87281b2e01d6b5a6bbd8b6e8c7ae3dd3f1e
e_policy_wl: send tizen_position changed event while creating tizen_position resource

If the ec's position is not same to client's geometry which set by client,
then e send tizen_position changed event to the client to notice new position.

There was a bug that the window's position was not changed in below case.
"Hide -> Unset user geometry -> Show -> Set user geometry -> Move -> Resize".
This was because the ec's position was not same to the client's position.
In this case, ec's position was (0,0) and client's position was not (0, 0).

Change-Id: I53074b2de3bb98cb0aeff629a89776bcf1d380cb
src/bin/e_policy_wl.c