From a7d66f23a2bfe066a1cc854cb588d701d1165e2c Mon Sep 17 00:00:00 2001 From: dscho Date: Sun, 7 Oct 2001 03:49:02 +0000 Subject: fixed 24bit (update was garbled) --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README') 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) -- cgit v1.2.3