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

/vbox/src/VBox/ExtPacks/VNC/
H A DVBoxVNC.cpp267 rfbScreenInfoPtr vncServer = rfbGetScreen(0, NULL, dummyWidth, dummyHeight, 8, 3, VNC_SIZEOFRGBA); local
268 instance->mVNCServer = vncServer;
281 vncServer->serverFormat.redShift = 16;
282 vncServer->serverFormat.greenShift = 8;
283 vncServer->serverFormat.blueShift = 0;
284 vncServer->screenData = (void *)instance;
285 vncServer->desktopName = "VBoxVNC";
298 if (!rfbStringToAddr(szAddress, &vncServer->listenInterface))
309 vncServer->port = port;
326 vncServer
[all...]

Completed in 336 milliseconds