# HG changeset patch # User emilioc # Date 1274975822 -3600 # Node ID 511d0a99d8bdb7c7a424278ca66f9aedd72c8693 # Parent 5b97810c83ff212cd66ad88c8c4b6604dcefad74 OpenVGRI VGI max values 640x640 diff -r 5b97810c83ff -r 511d0a99d8bd openvg/openvgrefimplementation/sfopenvg/vgi/vgi.cpp --- 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 #include -#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: