summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authordscho <dscho>2001-10-07 03:49:02 +0000
committerdscho <dscho>2001-10-07 03:49:02 +0000
commita7d66f23a2bfe066a1cc854cb588d701d1165e2c (patch)
tree9fb004a2cb73097498c4f81a94b8da73e91a4a8c /README
parent87c12192da6d0742988e2f95384a2dd78a2d5671 (diff)
downloadlibtdevnc-a7d66f23a2bfe066a1cc854cb588d701d1165e2c.tar.gz
libtdevnc-a7d66f23a2bfe066a1cc854cb588d701d1165e2c.zip
fixed 24bit (update was garbled)
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 158be5b..36726e5 100644
--- a/README
+++ b/README
@@ -164,9 +164,11 @@ ptrAddEvent(int buttonMask,int x,int y,rfbClientPtr cl)
setXCutText(char* str,int len,rfbClientPtr cl)
is called when the selection changes.
-There is only one hook:
+There are only two hooks:
newClientHook(rfbClientPtr cl)
is called when a new client has connected.
+displayHook
+ is called just before a frame buffer update is sent.
You can also override the following methods:
getCursorPtr(rfbClientPtr cl)