summaryrefslogtreecommitdiffstats
path: root/example.c
diff options
context:
space:
mode:
Diffstat (limited to 'example.c')
-rw-r--r--example.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/example.c b/example.c
index 22d1c04..2ef78d8 100644
--- a/example.c
+++ b/example.c
@@ -145,6 +145,7 @@ int main(int argc,char** argv)
initBuffer(rfbScreen->frameBuffer);
/* this is the blocking event loop, i.e. it never returns */
+ /* 40000 are the microseconds, i.e. 0.04 seconds */
runEventLoop(rfbScreen,40000,FALSE);
/* this is the non-blocking event loop; a background thread is started */
OpenPOWER on IntegriCloud