derekf pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=7f2723717124066c16c2e855108278142fdedd98

commit 7f2723717124066c16c2e855108278142fdedd98
Author: Derek Foreman <[email protected]>
Date:   Thu Sep 14 17:04:51 2017 -0500

    wayland_shm: Make some function static
    
    Only used in this file.
---
 src/modules/evas/engines/wayland_shm/evas_shm.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/modules/evas/engines/wayland_shm/evas_shm.c 
b/src/modules/evas/engines/wayland_shm/evas_shm.c
index adf04dc80d..a2ab42ccf3 100644
--- a/src/modules/evas/engines/wayland_shm/evas_shm.c
+++ b/src/modules/evas/engines/wayland_shm/evas_shm.c
@@ -369,7 +369,7 @@ _shm_leaf_destroy(Shm_Leaf *leaf)
    leaf->resize_pool = NULL;
 }
 
-void 
+static void
 _evas_shm_surface_destroy(Surface *surface)
 {
    int i = 0;
@@ -385,7 +385,7 @@ _evas_shm_surface_destroy(Surface *surface)
    surface->surf.shm = NULL;
 }
 
-void 
+static void
 _evas_shm_surface_reconfigure(Surface *s, int w, int h, uint32_t flags, 
Eina_Bool force)
 {
    Shm_Surface *surface;
@@ -459,7 +459,7 @@ _evas_shm_surface_wait(Shm_Surface *surface)
    return NULL;
 }
 
-int
+static int
 _evas_shm_surface_assign(Surface *s)
 {
    int i;
@@ -500,7 +500,7 @@ _evas_shm_surface_assign(Surface *s)
    return surface->current->age;
 }
 
-void *
+static void *
 _evas_shm_surface_data_get(Surface *s, int *w, int *h)
 {
    Shm_Surface *surface;
@@ -524,7 +524,7 @@ _evas_shm_surface_data_get(Surface *s, int *w, int *h)
    return surface->current->data->map;
 }
 
-void
+static void
 _evas_shm_surface_post(Surface *s, Eina_Rectangle *rects, unsigned int count)
 {
    Ecore_Wl2_Window *win;

-- 


Reply via email to