diff options
author | dscho <dscho> | 2001-09-27 09:01:39 +0000 |
---|---|---|
committer | dscho <dscho> | 2001-09-27 09:01:39 +0000 |
commit | fb53d4812061fd0976398fc2609a5f5b4a2331a6 (patch) | |
tree | 56ecef6fd4b51c4c4d4e34a6b055d89fe03959cc /rfb.h | |
parent | 5c3eae92371309d94a5edd4e35caa71a2e481ab9 (diff) | |
download | libtdevnc-fb53d4812061fd0976398fc2609a5f5b4a2331a6.tar.gz libtdevnc-fb53d4812061fd0976398fc2609a5f5b4a2331a6.zip |
docu and cursors in examples.
Diffstat (limited to 'rfb.h')
-rw-r--r-- | rfb.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -612,7 +612,8 @@ extern void rfbScreenCleanup(rfbScreenInfoPtr screenInfo); /* call one of these two functions to service the vnc clients. usec are the microseconds the select on the fds waits. - if you are using the event loop, set this to some value > 0. */ + if you are using the event loop, set this to some value > 0, so the + server doesn't get a high load just by listening. */ extern void rfbRunEventLoop(rfbScreenInfoPtr screenInfo, long usec, Bool runInBackground); extern void rfbProcessEvents(rfbScreenInfoPtr screenInfo,long usec); |