ecore_evas engines: Add some nulls to the func arrays
authorDerek Foreman <derekf@osg.samsung.com>
Wed, 12 Jul 2017 21:24:09 +0000 (16:24 -0500)
committerDerek Foreman <derekf@osg.samsung.com>
Thu, 13 Jul 2017 23:07:41 +0000 (18:07 -0500)
Purely cosmetic, but gets the comments back in sync with reality.

src/modules/ecore_evas/engines/drm/ecore_evas_drm.c
src/modules/ecore_evas/engines/extn/ecore_evas_extn.c
src/modules/ecore_evas/engines/fb/ecore_evas_fb.c
src/modules/ecore_evas/engines/psl1ght/ecore_evas_psl1ght.c
src/modules/ecore_evas/engines/sdl/ecore_evas_sdl.c
src/modules/ecore_evas/engines/win32/ecore_evas_win32.c
src/modules/ecore_evas/engines/x/ecore_evas_x.c

index cfb570a..4f004ce 100644 (file)
@@ -756,6 +756,8 @@ static Ecore_Evas_Engine_Func _ecore_evas_drm_engine_func =
    NULL, //fn_focus_device_set
    NULL, //fn_callback_focus_device_in_set
    NULL, //fn_callback_focus_device_out_set
+   NULL, //fn_callback_device_mouse_in_set
+   NULL, //fn_callback_device_mouse_out_set
    NULL, //fn_pointer_device_xy_get
    NULL, //fn_prepare
 };
index 929dd94..299dd48 100644 (file)
@@ -926,6 +926,7 @@ static const Ecore_Evas_Engine_Func _ecore_extn_plug_engine_func =
    NULL, //fn_callback_device_mouse_in_set
    NULL, //fn_callback_device_mouse_out_set
    NULL, //fn_pointer_device_xy_get
+   NULL, //fn_prepare
 };
 
 static Eina_Bool
index d3ea295..4aea224 100644 (file)
@@ -561,6 +561,7 @@ static Ecore_Evas_Engine_Func _ecore_fb_engine_func =
      NULL, //fn_callback_device_mouse_in_set
      NULL, //fn_callback_device_mouse_out_set
      NULL, //fn_pointer_device_xy_get
+     NULL, //fn_prepare
 };
 
 EAPI Ecore_Evas *
index ae40287..239dbde 100644 (file)
@@ -368,6 +368,7 @@ static Ecore_Evas_Engine_Func _ecore_psl1ght_engine_func =
    NULL, //fn_callback_device_mouse_in_set
    NULL, //fn_callback_device_mouse_out_set
    NULL, //fn_pointer_device_xy_get
+   NULL, //fn_prepare
 };
 
 EAPI Ecore_Evas *
index 5374b48..3669ef7 100644 (file)
@@ -453,6 +453,7 @@ static Ecore_Evas_Engine_Func _ecore_sdl_engine_func =
    NULL, //fn_callback_device_mouse_in_set
    NULL, //fn_callback_device_mouse_out_set
    NULL, //fn_pointer_device_xy_get
+   NULL, //fn_prepare
 };
 
 static Ecore_Evas*
index aa56d10..44717e1 100644 (file)
@@ -1280,6 +1280,7 @@ static Ecore_Evas_Engine_Func _ecore_win32_engine_func =
      NULL, //fn_callback_device_mouse_in_set
      NULL, //fn_callback_device_mouse_out_set
      NULL, //fn_pointer_device_xy_get
+     NULL, //fn_prepare
 };
 
 #endif /* BUILD_ECORE_EVAS_WIN32 */
index f300805..5a08aa8 100644 (file)
@@ -3757,6 +3757,7 @@ static Ecore_Evas_Engine_Func _ecore_x_engine_func =
    NULL, //fn_callback_device_mouse_in_set
    NULL, //fn_callback_device_mouse_out_set
    NULL, //fn_pointer_device_xy_get
+   NULL, //fn_prepare
 };
 
 /*