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

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddisplay.cpp83 struct screenInformation *paScreenInformation; member in struct:DISPLAYSTATE
144 pState->paScreenInformation = NULL;
155 pState->paScreenInformation =
156 (struct screenInformation *)RTMemRealloc(pState->paScreenInformation,
157 (iDisplay + 1) * sizeof(*pState->paScreenInformation));
158 if (!pState->paScreenInformation)
161 RT_ZERO(pState->paScreenInformation[i]);
164 pState->paScreenInformation[iDisplay].cx = cx;
165 pState->paScreenInformation[iDisplay].cy = cy;
166 pState->paScreenInformation[iDispla
[all...]

Completed in 42 milliseconds