summaryrefslogtreecommitdiffstats
path: root/libvncclient/cursor.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvncclient/cursor.c')
-rw-r--r--libvncclient/cursor.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libvncclient/cursor.c b/libvncclient/cursor.c
index 9c8463d..a48d7c5 100644
--- a/libvncclient/cursor.c
+++ b/libvncclient/cursor.c
@@ -167,6 +167,10 @@ rfbBool HandleCursorShape(rfbClient* client,int xhot, int yhot, int width, int h
}
}
+ if (client->GotCursorShape != NULL) {
+ client->GotCursorShape(client, xhot, yhot, width, height, bytesPerPixel);
+ }
+
free(buf);
return TRUE;