Correct buffer size
authorShabe Razvi <shaber@symbian.org>
Thu, 20 May 2010 17:22:40 +0100
changeset 78 49afd8c680ca
parent 77 bc56089e70f9
child 79 5b97810c83ff
Correct buffer size
openvg/openvgrefimplementation/sfopenvg/vgi/vgi.cpp
--- a/openvg/openvgrefimplementation/sfopenvg/vgi/vgi.cpp	Mon Feb 08 18:23:59 2010 +0000
+++ b/openvg/openvgrefimplementation/sfopenvg/vgi/vgi.cpp	Thu May 20 17:22:40 2010 +0100
@@ -19,8 +19,8 @@
 #include <vg\vgcontext_symbian.h>
 #include <egl.h>
 
-#define MAX_WIDTH 		320*4 // in bytes
-#define MAX_HEIGHT 		320*4 // in bytes
+#define MAX_WIDTH 		360*4 // in bytes
+#define MAX_HEIGHT 		640*4 // in bytes
 class TEgl
 	{
 public: