The answer is in the lines 4781-4792:
bool ClientConnection::SendServerInput(BOOL enabled)
{
rfbSetServerInputMsg sim;
int len = 0;
sim.type = rfbSetServerInput;
sim.status = enabled;
WriteExact((char*)&sim, sz_rfbSetServerInputMsg, rfbSetServerInput);
return true;
}
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to vinagre in Ubuntu.
https://bugs.launchpad.net/bugs/1350973
Title:
More compatibility with the UltraVNC function "Toggle Remote Input and
Remote Blank Monitor (On/Off)"
Status in “vinagre” package in Ubuntu:
New
Bug description:
See image.
The server gets a "big eye" as static screensaver.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vinagre/+bug/1350973/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp