From 11d64787ee113b4767d0f2e96e8b2ded6999064e Mon Sep 17 00:00:00 2001 From: dscho Date: Thu, 27 Sep 2001 15:42:54 +0000 Subject: added setTranslateFunction as member of rfbScreenInfo, cursor may be NULL (no cursor). --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 9b7c5ff..005650a 100644 --- a/README +++ b/README @@ -128,9 +128,12 @@ There is only one hook: newClientHook(rfbClientPtr cl) is called when a new client has connected. -You can also override the following method: +You can also override the following methods: getCursorPtr(rfbClientPtr cl) This could be used to make an animated cursor (if you really want ...) +setTranslateFunction(rfbClientPtr cl) + If you insist on colour maps or something more obscure, you have to + implement this. Default is a trueColour mapping. Cursor handling --------------- -- cgit v1.2.3