diff options
author | dscho <dscho> | 2001-09-27 15:42:54 +0000 |
---|---|---|
committer | dscho <dscho> | 2001-09-27 15:42:54 +0000 |
commit | 11d64787ee113b4767d0f2e96e8b2ded6999064e (patch) | |
tree | 64e26faf7d0316e840ce8bbbcf63892d42be86a5 /README | |
parent | 080ad356d38dcb2acf3cdc4e1c30b9ee12251ba0 (diff) | |
download | libtdevnc-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-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 --------------- |