openvg/openvgrefimplementation/sfopenvg/vgi/vgi.cpp
changeset 81 511d0a99d8bd
parent 78 49afd8c680ca
--- a/openvg/openvgrefimplementation/sfopenvg/vgi/vgi.cpp	Fri May 21 17:25:10 2010 +0100
+++ b/openvg/openvgrefimplementation/sfopenvg/vgi/vgi.cpp	Thu May 27 16:57:02 2010 +0100
@@ -19,8 +19,8 @@
 #include <vg\vgcontext_symbian.h>
 #include <egl.h>
 
-#define MAX_WIDTH 		360*4 // in bytes
-#define MAX_HEIGHT 		640*4 // in bytes
+#define MAX_WIDTH 		640 //*4 // in bytes
+#define MAX_HEIGHT 		640 //*4 // in bytes
 class TEgl
 	{
 public: