Searched refs:GfxBase (Results 1 – 4 of 4) sorted by relevance
52 static struct GfxBase *GfxBase; variable215 if(GfxBase==NULL) in RunTimer()216 GfxBase=(struct GfxBase *)OpenLibrary("graphics.library",37); in RunTimer()222 if(GfxBase) in RunTimer()
41 extern struct GfxBase *GfxBase;
156 extern struct GfxBase *GfxBase;
57 struct GfxBase *GfxBase=NULL; variable436 if(!GfxBase) { in CGX_VideoInit()437 if( !(GfxBase=(struct GfxBase *)OpenLibrary("graphics.library",39L))) { in CGX_VideoInit()1363 if (GfxBase) { in CGX_VideoQuit()1364 CloseLibrary((struct Library *)GfxBase); in CGX_VideoQuit()1365 GfxBase=NULL; in CGX_VideoQuit()