diff -r da03feddbab7 -r 3804ba25b23f egl/sfegltest/src/main.cpp --- a/egl/sfegltest/src/main.cpp Fri Oct 22 22:19:05 2010 +0100 +++ b/egl/sfegltest/src/main.cpp Fri Oct 22 22:42:40 2010 +0100 @@ -16,7 +16,7 @@ #include #include #include -#include "eglrendering.h" +#include "vgline.h" #define KDefaultScreenNo 0 @@ -179,12 +179,10 @@ RDebug::Printf("[EBT] CWsApp::ConstructL 1"); iAppView = CWsCanvas::NewL(iScrId, iPos); RDebug::Printf("[EBT] CWsApp::ConstructL 2"); - iDemo = CEGLRendering::NewL(iAppView->Window()); + iDemo = CVGLine::NewL(iAppView->Window()); RDebug::Printf("[EBT] CWsApp::ConstructL 3"); - iDemo->Start(); + iSz = iAppView->ScreenSize(); RDebug::Printf("[EBT] CWsApp::ConstructL 4"); - iSz = iAppView->ScreenSize(); - RDebug::Printf("[EBT] CWsApp::ConstructL 5"); } TInt CWsApp::TimerCallBack(TAny* aApp)