summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authordscho <dscho>2001-09-27 15:42:54 +0000
committerdscho <dscho>2001-09-27 15:42:54 +0000
commit11d64787ee113b4767d0f2e96e8b2ded6999064e (patch)
tree64e26faf7d0316e840ce8bbbcf63892d42be86a5 /README
parent080ad356d38dcb2acf3cdc4e1c30b9ee12251ba0 (diff)
downloadlibtdevnc-11d64787ee113b4767d0f2e96e8b2ded6999064e.tar.gz
libtdevnc-11d64787ee113b4767d0f2e96e8b2ded6999064e.zip
added setTranslateFunction as member of rfbScreenInfo,
cursor may be NULL (no cursor).
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
---------------