diff include/mb_graph_engine_openvg.h @ 592:de9d210e9c38 openvg

Specify width and height while create an image surface
author Thinker K.F. Li <thinker@branda.to>
date Wed, 30 Jun 2010 19:53:10 +0800
parents b714f0c9992e
children ac942664fe86
line wrap: on
line diff
--- a/include/mb_graph_engine_openvg.h	Wed Jun 30 19:45:20 2010 +0800
+++ b/include/mb_graph_engine_openvg.h	Wed Jun 30 19:53:10 2010 +0800
@@ -96,6 +96,7 @@
     void *surface;
     mbe_t *asso_mbe;		/* There is a association between
 				 * surface and mbe */
+    int w, h;
 };
 
 struct _ge_openvg_pattern {