# HG changeset patch # User Shabe Razvi # Date 1274372560 -3600 # Node ID 49afd8c680ca2e98a37bd18613e39ecb0a74512e # Parent bc56089e70f98ceae4580af445ad0160f76f4afd Correct buffer size diff -r bc56089e70f9 -r 49afd8c680ca 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 #include -#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: