Home | History | Annotate | Download | only in cybergfx

Lines Matching defs:GfxBase

57 struct GfxBase *GfxBase=NULL;
436 if(!GfxBase) {
437 if( !(GfxBase=(struct GfxBase *)OpenLibrary("graphics.library",39L))) {
1363 if (GfxBase) {
1364 CloseLibrary((struct Library *)GfxBase);
1365 GfxBase=NULL;