e_mod_rotation_wl: add exception handle for rotation done ack 31/165231/1
authorJuyeon Lee <juyeonne.lee@samsung.com>
Wed, 27 Dec 2017 06:53:47 +0000 (15:53 +0900)
committerJuyeon Lee <juyeonne.lee@samsung.com>
Wed, 27 Dec 2017 06:53:51 +0000 (15:53 +0900)
commitae7d5855403d3c5e462c06e7634c4d63e2aca188
tree91d93d39b02cd9192855c363f0d69e44cd7f8659
parent0a4b7205f381dcfeb50f3d59d3bdceb40f5beb61
e_mod_rotation_wl: add exception handle for rotation done ack

Rotation change event flows like below
   Server -> Client [PID:3564] tizen_rotation@39.angle_change with angle,serial
   Server <- Client [PID:3564] tizen_rotation@39.ack_angle_change with serial
BTW, issue happened once a client acks rotation_done ahead of event from server
serial number is initialized 0,and plus on every angle change event.
if arrival ack from client contains serial "0", it is not valid number.

Change-Id: I57d0eed5d109718df969c6bdbd7ba886cc01ce79
src/rotation/e_mod_rotation_wl.c