diff options
author | dscho <dscho> | 2001-10-07 03:49:02 +0000 |
---|---|---|
committer | dscho <dscho> | 2001-10-07 03:49:02 +0000 |
commit | a7d66f23a2bfe066a1cc854cb588d701d1165e2c (patch) | |
tree | 9fb004a2cb73097498c4f81a94b8da73e91a4a8c /README | |
parent | 87c12192da6d0742988e2f95384a2dd78a2d5671 (diff) | |
download | libtdevnc-a7d66f23a2bfe066a1cc854cb588d701d1165e2c.tar.gz libtdevnc-a7d66f23a2bfe066a1cc854cb588d701d1165e2c.zip |
fixed 24bit (update was garbled)
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |