Add missing NULL fields.
authorChris Michael <cp.michael@samsung.com>
Thu, 16 May 2013 12:22:35 +0000 (13:22 +0100)
committerChris Michael <cp.michael@samsung.com>
Thu, 16 May 2013 12:22:35 +0000 (13:22 +0100)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c

index 2bac6f1..9986fe1 100644 (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 */