Add variable(s) for engine function overrides.

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

SVN revision: 83221
This commit is contained in:
Christopher Michael 2013-01-24 09:14:27 +00:00 committed by Christopher Michael
parent 440c4b72e0
commit 318eb79973
1 changed files with 3 additions and 0 deletions

View File

@ -48,5 +48,8 @@ static void eng_output_redraws_next_update_push(void *data, void *surface, int x
static void eng_output_flush(void *data, Evas_Render_Mode render_mode);
static void eng_output_idle_flush(void *data);
/* local variables */
static Evas_Func func, pfunc;
/* external variables */
int _evas_engine_way_shm_log_dom = -1;