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

/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp208 static ULONG gcMonitors = 1; variable
1923 gpMachine->COMGETTER(MonitorCount)(&gcMonitors);
1924 if (gcMonitors > 64)
1925 gcMonitors = 64;
1927 for (unsigned i = 0; i < gcMonitors; i++)
1944 for (unsigned i = 0; i < gcMonitors; i++)
2008 for (ULONG i = 0; i < gcMonitors; i++)
3030 for (unsigned i = 0; i < gcMonitors; i++)
3043 for (unsigned i = 0; i < gcMonitors; i++)
5206 for (unsigned i = 0; i < gcMonitors;
[all...]

Completed in 44 milliseconds