diff options
Diffstat (limited to 'libvncclient/cursor.c')
-rw-r--r-- | libvncclient/cursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvncclient/cursor.c b/libvncclient/cursor.c index f6a7816..9c8463d 100644 --- a/libvncclient/cursor.c +++ b/libvncclient/cursor.c @@ -43,7 +43,7 @@ * why we call it "software cursor"). ********************************************************************/ -Bool HandleCursorShape(rfbClient* client,int xhot, int yhot, int width, int height, uint32_t enc) +rfbBool HandleCursorShape(rfbClient* client,int xhot, int yhot, int width, int height, uint32_t enc) { int bytesPerPixel; size_t bytesPerRow, bytesMaskData; |