ecore-wl2: Fix window rotation event structure and various typos
authorChris Michael <cp.michael@samsung.com>
Fri, 9 Jun 2017 15:01:03 +0000 (11:01 -0400)
committerChris Michael <cp.michael@samsung.com>
Fri, 9 Jun 2017 16:30:42 +0000 (12:30 -0400)
commitd47538dc0e0f839caae248aca60fbf191862c6cd
treeb91d236a4ff58482d3aeea72f9084b3a671beda2
parent498691d5a3047842fe4e0c15442cf9c5b499679a
ecore-wl2: Fix window rotation event structure and various typos

As these events will be raised to ecore_evas_wl and the handlers there
do not pass along the Ecore_Evas as 'data', we need to change the type
of variable passed along in the event struture so that
ecore_event_window_match can be called to find the Ecore_Evas.

This patch also fixes some typos discovered during compile

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_wl2/Ecore_Wl2.h
src/lib/ecore_wl2/ecore_wl2.c
src/lib/ecore_wl2/ecore_wl2_window.c