: Your idea of detecting when the user moves their cursor into or out of : the VNC viewer client window is the ideal solution. At that point the : remote client would either request the current selection from the : server (cursor moving out of viewer window) or send over the remote : selection (cursor moving into viewer window). However this requires : modifying the RFB protocol to add a new client-server message to : request the current selection. That seems a bit much and would break : compatibility with current viewers.
Both vncviewer and Xvnc track the cursor. Thus, nobody ever needs to "suck" the data, because vncviewer notices when the cursor enters its window, and sends data (if it changed), and Xvnc tracks the cursor, and when it leaves the virtual screen, it sends data (if it changed). Wayne Throop [EMAIL PROTECTED] _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
