Add pointer_xy_get function to engine functions

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-07-08 11:00:28 +01:00
parent f0e47a2219
commit 4d2de522fa
1 changed files with 4 additions and 1 deletions

View File

@ -77,7 +77,10 @@ static Ecore_Evas_Engine_Func _ecore_wl_engine_func =
_ecore_evas_wl_common_screen_geometry_get,
_ecore_evas_wl_common_screen_dpi_get,
NULL, // msg parent send
NULL // msg_send
NULL, // msg_send
_ecore_evas_wl_common_pointer_xy_get,
NULL // pointer warp
};
/* external variables */