From fb53d4812061fd0976398fc2609a5f5b4a2331a6 Mon Sep 17 00:00:00 2001 From: dscho Date: Thu, 27 Sep 2001 09:01:39 +0000 Subject: docu and cursors in examples. --- rfb.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rfb.h') 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); -- cgit v1.2.1