From eeb2061dfb03ea11ba028b33037fa0805d22e6a4 Mon Sep 17 00:00:00 2001 From: dscho Date: Wed, 30 Jul 2003 09:42:36 +0000 Subject: API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_" --- cursor.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cursor.c') diff --git a/cursor.c b/cursor.c index 42c4eb3..99135f4 100644 --- a/cursor.c +++ b/cursor.c @@ -22,13 +22,13 @@ * USA. */ -#include "rfb.h" +#include /* * Send cursor shape either in X-style format or in client pixel format. */ -Bool +rfbBool rfbSendCursorShape(cl) rfbClientPtr cl; { @@ -176,7 +176,7 @@ rfbSendCursorShape(cl) * Send cursor position (PointerPos pseudo-encoding). */ -Bool +rfbBool rfbSendCursorPos(rfbClientPtr cl) { rfbFramebufferUpdateRectHeader rect; @@ -502,7 +502,7 @@ void rfbPrintXCursor(rfbCursorPtr cursor) } } -void rfbSetCursor(rfbScreenInfoPtr rfbScreen,rfbCursorPtr c,Bool freeOld) +void rfbSetCursor(rfbScreenInfoPtr rfbScreen,rfbCursorPtr c,rfbBool freeOld) { LOCK(rfbScreen->cursorMutex); while(rfbScreen->cursorIsDrawn) { -- cgit v1.2.3