Home | History | Annotate | Download | only in cybergfx

Lines Matching refs:SDL_BlankCursor

573 	SDL_BlankCursor = AllocMem(16,MEMF_CHIP|MEMF_CLEAR);
1333 if ( SDL_BlankCursor != NULL ) {
1334 FreeMem(SDL_BlankCursor,16);
1335 SDL_BlankCursor = NULL;