diff -r 029da2061de7 -r 6aeef2faff80 openvg/openvgrefimplementation/sfopenvg/vgi/vgi.cpp --- a/openvg/openvgrefimplementation/sfopenvg/vgi/vgi.cpp Fri Jul 02 12:05:03 2010 +0100 +++ b/openvg/openvgrefimplementation/sfopenvg/vgi/vgi.cpp Fri Jul 02 18:48:10 2010 +0100 @@ -138,8 +138,7 @@ __ASSERT_ALWAYS(eglGetError() == EGL_SUCCESS,User::Invariant()); __ASSERT_ALWAYS(numconfigs == 1,User::Invariant()); - //TSize maxSize(MAX_WIDTH,MAX_HEIGHT); - TSize maxSize(aSize.iWidth, aSize.iHeight); + TSize maxSize(MAX_WIDTH,MAX_HEIGHT); egl.iPixmap = new(ELeave) CFbsBitmap(); egl.iPixmap->Create( maxSize, EColor16MA );