From 824971a1105c36ec987b22c5c028b1aa665ce07f Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 24 Jan 2013 09:18:09 +0000 Subject: [PATCH] Add local function prototype for mergine rectangles. Signed-off-by: Christopher Michael SVN revision: 83264 --- src/modules/evas/engines/wayland_shm/evas_engine.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/evas/engines/wayland_shm/evas_engine.c b/src/modules/evas/engines/wayland_shm/evas_engine.c index 8e9aea628c..0ab2e2f8d2 100644 --- a/src/modules/evas/engines/wayland_shm/evas_engine.c +++ b/src/modules/evas/engines/wayland_shm/evas_engine.c @@ -35,6 +35,7 @@ struct _Render_Engine /* local function prototypes */ static void *_output_engine_setup(int w, int h, unsigned int rotation, unsigned int depth, Eina_Bool destination_alpha, struct wl_shm *wl_shm, struct wl_surface *wl_surface, int try_swap); +static Tilebuf_Rect *_merge_rects(Tilebuf *tb, Tilebuf_Rect *r1, Tilebuf_Rect *r2, Tilebuf_Rect *r3); /* engine function prototypes */ static void *eng_info(Evas *eo_evas EINA_UNUSED);