Searched defs:gpOffCursor (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp219 static SDL_Cursor *gpOffCursor = NULL; variable
4100 if (!gpOffCursor)
4102 gpOffCursor = SDL_GetCursor(); /* Cursor image */
4110 if (gpOffCursor)
4116 SDL_SetCursor(gpOffCursor);
4118 gpOffCursor = NULL;
4515 if (gpOffCursor)
4798 gpOffCursor = NULL;

Completed in 58 milliseconds