diff options
Diffstat (limited to 'libvncclient')
-rw-r--r-- | libvncclient/rfbproto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libvncclient/rfbproto.c b/libvncclient/rfbproto.c index 01c80ca..6e87f69 100644 --- a/libvncclient/rfbproto.c +++ b/libvncclient/rfbproto.c @@ -1287,8 +1287,8 @@ HandleRFBServerMessage(rfbClient* client) if (client->GotCopyRect != NULL) { client->GotCopyRect(client, cr.srcX, cr.srcY, rect.r.w, rect.r.h, rect.r.x, rect.r.y); - } - CopyRectangleFromRectangle(client, + } else + CopyRectangleFromRectangle(client, cr.srcX, cr.srcY, rect.r.w, rect.r.h, rect.r.x, rect.r.y); |