diff include/mb_graph_engine_openvg.h @ 1080:394d7d4c0673 openvg

Fix issue that tank does not update window with OpenVG. It was caused by - invalid attribute list, - invalid config for the context, and - forget to call eglSwapBuffers().
author Thinker K.F. Li <thinker@codemud.net>
date Thu, 02 Dec 2010 12:22:55 +0800
parents e224f496e6b8
children af74a96e6624
line wrap: on
line diff
--- a/include/mb_graph_engine_openvg.h	Wed Dec 01 23:08:13 2010 +0800
+++ b/include/mb_graph_engine_openvg.h	Thu Dec 02 12:22:55 2010 +0800
@@ -112,6 +112,7 @@
 				 * surface and mbe */
     _ge_openvg_img_t *asso_img;
     int w, h;
+    mb_img_fmt_t fmt;
 };
 
 struct _ge_openvg_pattern {