summaryrefslogtreecommitdiffstats
path: root/rfb.h
diff options
context:
space:
mode:
authordscho <dscho>2001-09-27 09:01:39 +0000
committerdscho <dscho>2001-09-27 09:01:39 +0000
commitfb53d4812061fd0976398fc2609a5f5b4a2331a6 (patch)
tree56ecef6fd4b51c4c4d4e34a6b055d89fe03959cc /rfb.h
parent5c3eae92371309d94a5edd4e35caa71a2e481ab9 (diff)
downloadlibvncserver-fb53d4812061fd0976398fc2609a5f5b4a2331a6.zip
libvncserver-fb53d4812061fd0976398fc2609a5f5b4a2331a6.tar.gz
docu and cursors in examples.
Diffstat (limited to 'rfb.h')
-rw-r--r--rfb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rfb.h b/rfb.h
index 225e0b9..c7eaae8 100644
--- a/rfb.h
+++ b/rfb.h
@@ -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);
OpenPOWER on IntegriCloud