ecore_wl: Add values for indicating a position configured by server. 80/92780/2 accepted/tizen/common/20161019.145824 accepted/tizen/ivi/20161019.141820 accepted/tizen/mobile/20161019.141621 accepted/tizen/tv/20161019.141706 accepted/tizen/wearable/20161019.141743 submit/tizen/20161019.092255
authorSeunghun Lee <shiin.lee@samsung.com>
Tue, 18 Oct 2016 12:35:56 +0000 (21:35 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Wed, 19 Oct 2016 01:44:01 +0000 (18:44 -0700)
commit8decb9bd734fe20070c43cd1df1f1ca7ad6931e8
tree7e803bfa37299013049485a7593d989742590b4e
parent142462b1d23a0760e38c8a21b43441e38f05b315
ecore_wl: Add values for indicating a position configured by server.

These values will be updated when a position of client is changed by server,
and it will be used to compare with arguments of ecore_wl_window_position_set().
The reason why this is needed is to avoid set a undesirable position
if client try to set position again before receiving changed message from
server for first one.

Change-Id: Iab25e1830250005c33dc72459c3d2ad152a5b4f1
src/lib/ecore_wayland/ecore_wl_private.h
src/lib/ecore_wayland/ecore_wl_window.c