Add variable(s) for engine function overrides.
authorChristopher Michael <cp.michael@samsung.com>
Thu, 24 Jan 2013 09:14:27 +0000 (09:14 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Thu, 24 Jan 2013 09:14:27 +0000 (09:14 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83221

src/modules/evas/engines/wayland_shm/evas_engine.c

index 0136b42..9cabb2f 100644 (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;