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

/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDLTest.cpp52 static unsigned long guMaxScreenWidth; /* max screen width SDL allows */ variable
239 guMaxScreenWidth = modes[0]->w;
245 guMaxScreenWidth = ~0;
249 newWidth = RT_MIN(guMaxScreenWidth, guGuestXRes);

Completed in 553 milliseconds