summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
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)