e_client_act_resize_begin: added resizing direction parameter for supporting exact... 56/106356/2 accepted/tizen/3.0/common/20161222.181443 accepted/tizen/3.0/ivi/20161222.024625 accepted/tizen/3.0/mobile/20161222.024535 accepted/tizen/3.0/tv/20161222.024552 accepted/tizen/3.0/wearable/20161222.024605 accepted/tizen/common/20161221.183452 accepted/tizen/ivi/20161222.020432 accepted/tizen/mobile/20161222.020405 accepted/tizen/tv/20161222.020320 accepted/tizen/wearable/20161222.020418 submit/tizen/20161221.110101 submit/tizen_3.0/20161221.110227
authorGwanglim Lee <gl77.lee@samsung.com>
Wed, 21 Dec 2016 10:35:25 +0000 (19:35 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Wed, 21 Dec 2016 10:36:34 +0000 (02:36 -0800)
commitb796d18873968a11aac24072a63e2775d16bd830
tree9572883986435fc3878a4f017e74988d0233033a
parentc967b9d3f880945c1fbde40874ee5ae31768631c
e_client_act_resize_begin: added resizing direction parameter for supporting exact behavior of resizing window.

The opensource implementation of resizing window operation is based on calculation
of mouse position. However in wayland especially floating window always lets the
display server know direction of resizing window through the xdg_surface protocol.
I have added resizing direction parameter to e_client_act_resize_begin function to
support exact behavior of resizing window in wayland.

Change-Id: Ie63683088025dc962da982672b2ee32ad72a147e
src/bin/e_actions.c
src/bin/e_client.c
src/bin/e_client.h
src/modules/wl_desktop_shell/e_mod_main.c