This is an automated email from the git hooks/post-receive script.

git pushed a commit to reference refs/pull/124/head
in repository efl.

View the commit online.

commit 300de99da81eb29923564157f6a52ec8f4865892
Author: Swagtoy <[email protected]>
AuthorDate: Thu May 14 02:34:06 2026 -0400

    ecore_evas_sdl: oooh shiny..
    
    Signed-off-by: Swagtoy <[email protected]>
---
 .../ecore_evas/engines/sdl/ecore_evas_sdl.c        | 144 ++++++++++-----------
 1 file changed, 72 insertions(+), 72 deletions(-)

diff --git a/src/modules/ecore_evas/engines/sdl/ecore_evas_sdl.c b/src/modules/ecore_evas/engines/sdl/ecore_evas_sdl.c
index 41b98219b7..b8c6b13cf9 100644
--- a/src/modules/ecore_evas/engines/sdl/ecore_evas_sdl.c
+++ b/src/modules/ecore_evas/engines/sdl/ecore_evas_sdl.c
@@ -273,94 +273,94 @@ _ecore_evas_title_set(Ecore_Evas *ee, const char *t)
 
 static Ecore_Evas_Engine_Func _ecore_sdl_engine_func =
 {
-   .fn_free = _ecore_evas_sdl_free,
-   .fn_callback_resize_set = NULL,
-   .fn_callback_move_set = NULL,
-   .fn_callback_show_set = NULL,
-   .fn_callback_hide_set = NULL,
+   .fn_free                        = _ecore_evas_sdl_free,
+   .fn_callback_resize_set         = NULL,
+   .fn_callback_move_set           = NULL,
+   .fn_callback_show_set           = NULL,
+   .fn_callback_hide_set           = NULL,
    .fn_callback_delete_request_set = NULL,
-   .fn_callback_destroy_set = NULL,
-   .fn_callback_focus_in_set = NULL,
-   .fn_callback_focus_out_set = NULL,
-   .fn_callback_mouse_in_set = NULL,
-   .fn_callback_mouse_out_set = NULL,
-   .fn_callback_sticky_set = NULL,
-   .fn_callback_unsticky_set = NULL,
-   .fn_callback_pre_render_set = NULL,
-   .fn_callback_post_render_set = NULL,
-   .fn_move = NULL,
-   .fn_managed_move = NULL,
-   .fn_resize = _ecore_evas_resize,
-   .fn_move_resize = _ecore_evas_move_resize,
-   .fn_rotation_set = NULL,
-   .fn_shaped_set = NULL,
-   .fn_show = _ecore_evas_show,
-   .fn_hide = NULL,
-   .fn_raise = NULL,
-   .fn_lower = NULL,
-   .fn_activate = NULL,
-   .fn_title_set = _ecore_evas_title_set,
-   .fn_name_class_set = NULL,
-   .fn_size_min_set = NULL,
-   .fn_size_max_set = NULL,
-   .fn_size_base_set = NULL,
-   .fn_size_step_set = NULL,
-   .fn_object_cursor_set = NULL,
-   .fn_object_cursor_unset = NULL,
-   .fn_layer_set = NULL,
-   .fn_focus_set = NULL,
-   .fn_iconified_set = NULL,
-   .fn_borderless_set = NULL,
-   .fn_override_set = NULL,
-   .fn_maximized_set = NULL,
-   .fn_fullscreen_set = NULL,
-   .fn_avoid_damage_set = NULL,
-   .fn_withdrawn_set = NULL,
-   .fn_sticky_set = NULL,
-   .fn_ignore_events_set = NULL,
-   .fn_alpha_set = NULL,
-   .fn_transparent_set = NULL,
-   .fn_profiles_set = NULL,
-   .fn_profile_set = NULL,
+   .fn_callback_destroy_set        = NULL,
+   .fn_callback_focus_in_set       = NULL,
+   .fn_callback_focus_out_set      = NULL,
+   .fn_callback_mouse_in_set       = NULL,
+   .fn_callback_mouse_out_set      = NULL,
+   .fn_callback_sticky_set         = NULL,
+   .fn_callback_unsticky_set       = NULL,
+   .fn_callback_pre_render_set     = NULL,
+   .fn_callback_post_render_set    = NULL,
+   .fn_move                        = NULL,
+   .fn_managed_move                = NULL,
+   .fn_resize                      = _ecore_evas_resize,
+   .fn_move_resize                 = _ecore_evas_move_resize,
+   .fn_rotation_set                = NULL,
+   .fn_shaped_set                  = NULL,
+   .fn_show                        = _ecore_evas_show,
+   .fn_hide                        = NULL,
+   .fn_raise                       = NULL,
+   .fn_lower                       = NULL,
+   .fn_activate                    = NULL,
+   .fn_title_set                   = _ecore_evas_title_set,
+   .fn_name_class_set              = NULL,
+   .fn_size_min_set                = NULL,
+   .fn_size_max_set                = NULL,
+   .fn_size_base_set               = NULL,
+   .fn_size_step_set               = NULL,
+   .fn_object_cursor_set           = NULL,
+   .fn_object_cursor_unset         = NULL,
+   .fn_layer_set                   = NULL,
+   .fn_focus_set                   = NULL,
+   .fn_iconified_set               = NULL,
+   .fn_borderless_set              = NULL,
+   .fn_override_set                = NULL,
+   .fn_maximized_set               = NULL,
+   .fn_fullscreen_set              = NULL,
+   .fn_avoid_damage_set            = NULL,
+   .fn_withdrawn_set               = NULL,
+   .fn_sticky_set                  = NULL,
+   .fn_ignore_events_set           = NULL,
+   .fn_alpha_set                   = NULL,
+   .fn_transparent_set             = NULL,
+   .fn_profiles_set                = NULL,
+   .fn_profile_set                 = NULL,
 
-   .fn_window_group_set = NULL,
-   .fn_aspect_set = NULL,
-   .fn_urgent_set = NULL,
-   .fn_modal_set = NULL,
+   .fn_window_group_set      = NULL,
+   .fn_aspect_set            = NULL,
+   .fn_urgent_set            = NULL,
+   .fn_modal_set             = NULL,
    .fn_demands_attention_set = NULL,
-   .fn_focus_skip_set = NULL,
+   .fn_focus_skip_set        = NULL,
 
-   .fn_render = NULL,
+   .fn_render              = NULL,
    .fn_screen_geometry_get = NULL,
-   .fn_screen_dpi_get = NULL,
-   .fn_msg_parent_send = NULL,
-   .fn_msg_send = NULL,
+   .fn_screen_dpi_get      = NULL,
+   .fn_msg_parent_send     = NULL,
+   .fn_msg_send            = NULL,
 
    .fn_pointer_xy_get = NULL,
-   .fn_pointer_warp = NULL,
+   .fn_pointer_warp   = NULL,
 
-   .fn_wm_rot_preferred_rotation_set = NULL,
-   .fn_wm_rot_available_rotations_set = NULL,
+   .fn_wm_rot_preferred_rotation_set   = NULL,
+   .fn_wm_rot_available_rotations_set  = NULL,
    .fn_wm_rot_manual_rotation_done_set = NULL,
-   .fn_wm_rot_manual_rotation_done = NULL,
+   .fn_wm_rot_manual_rotation_done     = NULL,
 
    .fn_aux_hints_set = NULL,
 
-   .fn_animator_register = NULL,
+   .fn_animator_register   = NULL,
    .fn_animator_unregister = NULL,
 
-   .fn_evas_changed = NULL,
-   .fn_focus_device_set = NULL,
-   .fn_callback_focus_device_in_set = NULL,
+   .fn_evas_changed                  = 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_in_set  = NULL,
    .fn_callback_device_mouse_out_set = NULL,
-   .fn_pointer_device_xy_get = NULL,
-   .fn_prepare = NULL,
-   .fn_last_tick_get = NULL,
-   .fn_selection_claim = NULL,
-   .fn_selection_has_owner = NULL,
-   .fn_selection_request = NULL,
+   .fn_pointer_device_xy_get         = NULL,
+   .fn_prepare                       = NULL,
+   .fn_last_tick_get                 = NULL,
+   .fn_selection_claim               = NULL,
+   .fn_selection_has_owner           = NULL,
+   .fn_selection_request             = NULL,
 };
 
 static Ecore_Evas*

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to