Add missing NULL fields.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-05-16 13:22:35 +01:00
parent 9325929df3
commit a4e30e597c
1 changed files with 3 additions and 1 deletions

View File

@ -76,7 +76,9 @@ static Ecore_Evas_Engine_Func _ecore_wl_engine_func =
NULL, // focus skip set
NULL, //_ecore_evas_wl_common_render,
_ecore_evas_wl_common_screen_geometry_get,
_ecore_evas_wl_common_screen_dpi_get
_ecore_evas_wl_common_screen_dpi_get,
NULL, // func msg parent send
NULL // func msg send
};
/* external variables */