From b1cadea6c508c25afc478adcefdbf5e575cdba97 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 24 Jan 2013 09:16:12 +0000 Subject: [PATCH] Add local function prototype for engine output setup. Signed-off-by: Christopher Michael SVN revision: 83239 --- src/modules/evas/engines/wayland_shm/evas_engine.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modules/evas/engines/wayland_shm/evas_engine.c b/src/modules/evas/engines/wayland_shm/evas_engine.c index d7b2fbd71a..1424f400d8 100644 --- a/src/modules/evas/engines/wayland_shm/evas_engine.c +++ b/src/modules/evas/engines/wayland_shm/evas_engine.c @@ -33,6 +33,9 @@ struct _Render_Engine void (*outbuf_idle_flush)(Outbuf *ob); }; +/* 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); + /* engine function prototypes */ static void *eng_info(Evas *eo_evas EINA_UNUSED); static void eng_info_free(Evas *eo_evas EINA_UNUSED, void *einfo); -- 2.34.1