1 #include <exec/types.h>
4 /*****************************************************************************
8 APTR
GetOpenVGStateTrackerApi()
13 This is a PRIVATE function used by egl.library to receive pointer to
14 api structure of OpenVG. Do not use this function in your application.
15 OpenVG context is created using EGL API.
27 *****************************************************************************/
29 return (APTR
)vg_api_get();