summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
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
---------------
OpenPOWER on IntegriCloud