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

/vbox/src/VBox/Additions/solaris/Mouse/
H A Dvboxms.c235 int cMaxScreenX; member in struct:__anon2114
530 int cMaxScreenX = pState->cMaxScreenX; local
535 if (cMaxScreenX && cMaxScreenY)
538 x * cMaxScreenX / VMMDEV_MOUSE_RANGE_MAX);
693 RTTEST_CHECK_MSG_RET(hTest, pState->cMaxScreenX
695 (hTest, "pState->cMaxScreenX=%d\n",
696 pState->cMaxScreenX), false);
1375 pState->cMaxScreenX = pResolution->width - 1;
1382 pState->cMaxScreenX
[all...]

Completed in 47 milliseconds