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

/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDLTest.cpp53 static unsigned long guMaxScreenHeight; /* max screen height SDL allows */ variable
240 guMaxScreenHeight = modes[0]->h;
246 guMaxScreenHeight = ~0;
250 newHeight = RT_MIN(guMaxScreenHeight, guGuestYRes);

Completed in 326 milliseconds