ecore_wayland: fix comparing keyboard state to state of conformant_area wl event. 07/54807/1 accepted/tizen/mobile/20151218.085952 accepted/tizen/tv/20151218.085755 accepted/tizen/wearable/20151218.085909 submit/tizen/20151218.053557
authorGwanglim Lee <gl77.lee@samsung.com>
Fri, 18 Dec 2015 04:44:50 +0000 (13:44 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Fri, 18 Dec 2015 04:44:50 +0000 (13:44 +0900)
commit6c6aa0da40561159059fc9e65acf75ba51419a9f
treed0a5fc920e8337f78f6df2c0c37445554101a101
parent39b69d166c87e7b78782188ace4f9aa6f238c8cd
ecore_wayland: fix comparing keyboard state to state of conformant_area wl event.
The state of conformant_area wl event is based on the visibility value
of virtual keyboard window. Thus we need to add 1 to it before comparing
with keyboard state.

Change-Id: I3b1a3dd2c9d154b10f1cd63b16c42e3295a78bfc
src/lib/ecore_wayland/ecore_wl.c