Add variable for log domain.

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

SVN revision: 83219
This commit is contained in:
Christopher Michael 2013-01-24 09:14:19 +00:00 committed by Christopher Michael
parent 0579a8b82c
commit 12320fcb5e
1 changed files with 3 additions and 0 deletions

View File

@ -32,3 +32,6 @@ struct _Render_Engine
void (*outbuf_flush)(Outbuf *ob);
void (*outbuf_idle_flush)(Outbuf *ob);
};
/* external variables */
int _evas_engine_way_shm_log_dom = -1;