ecore-wl2: Rename local function and make it static
authorChris Michael <cp.michael@samsung.com>
Thu, 3 Aug 2017 14:15:41 +0000 (10:15 -0400)
committerChris Michael <cp.michael@samsung.com>
Thu, 3 Aug 2017 14:15:41 +0000 (10:15 -0400)
As this function is not called from anywhere outside of
ecore_wl2_window.c file, this can be declared static.

NB: This patch also changes the function name to match the library
(ecore_wl2).

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_wl2/ecore_wl2_window.c

index 0c48718..f12d732 100644 (file)
@@ -702,10 +702,11 @@ ecore_wl2_window_hide(Ecore_Wl2_Window *window)
    window->configure_ack = NULL;
 }
 
-void
-_ecore_wl_window_aux_hint_free(Ecore_Wl2_Window *win)
+static void
+_ecore_wl2_window_aux_hint_free(Ecore_Wl2_Window *win)
 {
    const char *supported;
+
    EINA_LIST_FREE(win->supported_aux_hints, supported)
      if (supported) eina_stringshare_del(supported);
 }
@@ -728,7 +729,7 @@ ecore_wl2_window_free(Ecore_Wl2_Window *window)
    EINA_INLIST_FOREACH_SAFE(window->subsurfs, tmp, subsurf)
      _ecore_wl2_subsurf_free(subsurf);
 
-   _ecore_wl_window_aux_hint_free(window);
+   _ecore_wl2_window_aux_hint_free(window);
 
    if (window->uuid && window->surface && window->display->wl.session_recovery)
      zwp_e_session_recovery_destroy_uuid(window->display->wl.session_recovery,