From: Christopher Michael Date: Thu, 24 Jan 2013 09:16:12 +0000 (+0000) Subject: Add local function prototype for engine output setup. X-Git-Tag: submit/devel/efl/20131022.203902~2058 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b1cadea6c508c25afc478adcefdbf5e575cdba97;p=platform%2Fupstream%2Fefl.git Add local function prototype for engine output setup. Signed-off-by: Christopher Michael SVN revision: 83239 --- diff --git a/src/modules/evas/engines/wayland_shm/evas_engine.c b/src/modules/evas/engines/wayland_shm/evas_engine.c index d7b2fbd..1424f40 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);