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 10:59:20 +01:00
parent fca4267ae4
commit f0e47a2219
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, // func msg parent send
NULL // func msg send
NULL, // func msg send
_ecore_evas_wl_common_pointer_xy_get,
NULL // pointer_warp
};
/* external variables */