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

/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp156 static Uint32 ResizeTimer(Uint32 interval, void *param);
2751 gSdlResizeTimer = SDL_AddTimer(300, ResizeTimer, NULL);
5041 static Uint32 ResizeTimer(Uint32 interval, void *param) function

Completed in 73 milliseconds