uiacceltk/hitchcock/coretoolkit/rendervg10/src/HuiFxVg10Engine.cpp
branchRCL_3
changeset 20 31fccae4f8a7
parent 19 e5af45d51884
--- a/uiacceltk/hitchcock/coretoolkit/rendervg10/src/HuiFxVg10Engine.cpp	Tue Aug 31 16:07:35 2010 +0300
+++ b/uiacceltk/hitchcock/coretoolkit/rendervg10/src/HuiFxVg10Engine.cpp	Wed Sep 01 12:16:53 2010 +0100
@@ -45,7 +45,8 @@
     CHuiFxEngine::ConstructL(EHuiFxEngineVg10);
     iPlugin = &aPlugin;
     iDefaultBuffer = 0;
-    iCompPaint = vgCreatePaint();
+	// usually we don't have any vg context set at this point, so we cannot yet create the actual paint
+    iCompPaint = VG_INVALID_HANDLE; 
     }
 
 CHuiFxVg10Engine::~CHuiFxVg10Engine()