egl/sfegltest/src/main.cpp
branchbug235_bringup_0
changeset 211 3804ba25b23f
parent 210 da03feddbab7
child 213 deb2534f581f
--- 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 <w32std.h>
 #include <e32math.h>
 #include <e32keys.h>
-#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)