diff src/graph_engine_openvg.c @ 584:543a2a8523fb openvg

Make surce current VG context
author Thinker K.F. Li <thinker@branda.to>
date Wed, 30 Jun 2010 09:44:17 +0800
parents dd546c4da180
children e9923024f65e
line wrap: on
line diff
--- a/src/graph_engine_openvg.c	Wed Jun 30 09:29:28 2010 +0800
+++ b/src/graph_engine_openvg.c	Wed Jun 30 09:44:17 2010 +0800
@@ -1,4 +1,4 @@
 #include "mb_graph_engine_openvg.h"
 
 EGLNativeDisplayType _ge_openvg_disp_id = EGL_DEFAULT_DISPLAY;
-
+mbe_t *_ge_openvg_current_canvas = NULL;