summaryrefslogtreecommitdiffstats
path: root/example.c
diff options
context:
space:
mode:
authordscho <dscho>2001-08-14 10:24:32 +0000
committerdscho <dscho>2001-08-14 10:24:32 +0000
commit2634379912ea972dedc0d389049945716c90c0db (patch)
tree1dd12c9611b772e1c113980bbf7de1e61b7c37a0 /example.c
parent47341aa5545e8b354c8cd45e1372f96d9e4f6c0d (diff)
downloadlibtdevnc-2634379912ea972dedc0d389049945716c90c0db.tar.gz
libtdevnc-2634379912ea972dedc0d389049945716c90c0db.zip
comments & new example: pnmshow
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 */