hostsupport/hostopenvg/src/riApi.cpp
branchbug235_bringup_0
changeset 56 40cc73c24bf8
parent 53 c2ef9095503a
child 69 3f914c77c2e9
--- a/hostsupport/hostopenvg/src/riApi.cpp	Thu Oct 07 13:58:22 2010 +0100
+++ b/hostsupport/hostopenvg/src/riApi.cpp	Thu Oct 07 18:44:04 2010 +0100
@@ -31,8 +31,8 @@
  * \note	The actual processing is done in Path, Image, Rasterizer and PixelPipe classes.
  *//*-------------------------------------------------------------------*/
 
-#include "openvg.h"
-#include "vgext.h"
+#include "VG/openvg.h"
+#include "VG/vgext.h"
 #include "riContext.h"
 #include "riRasterizer.h"
 #include "riPixelPipe.h"
@@ -148,7 +148,7 @@
     RI_RETURN(error);
 }
 
-VGErrorCode RI_APIENTRY vgPlatsimGetError(void)
+VGErrorCode RI_APIENTRY vgSimulatorGetError(void)
 {
     RI_GET_CONTEXT(VG_NO_CONTEXT_ERROR);
     VGErrorCode error = context->m_error;