PROPERLY detect EOF, remove copyrect (again)

This commit is contained in:
Michael Jumper
2010-09-07 23:49:19 -07:00
parent 5b1f538f10
commit af0b4d933d
4 changed files with 33 additions and 25 deletions

View File

@@ -241,7 +241,7 @@ void vnc_guac_client_init(guac_client* client, const char* hostname, int port) {
/* Framebuffer update handler */
rfb_client->GotFrameBufferUpdate = guac_vnc_update;
rfb_client->GotCopyRect = guac_vnc_copyrect;
/*rfb_client->GotCopyRect = guac_vnc_copyrect;*/
/* Enable client-side cursor */
rfb_client->GotCursorShape = guac_vnc_cursor;