Add local function prototype for mergine rectangles.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 83264
This commit is contained in:
Christopher Michael 2013-01-24 09:18:09 +00:00 committed by Christopher Michael
parent 082f2c8f83
commit 824971a110
1 changed files with 1 additions and 0 deletions

View File

@ -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);