From 2634379912ea972dedc0d389049945716c90c0db Mon Sep 17 00:00:00 2001 From: dscho Date: Tue, 14 Aug 2001 10:24:32 +0000 Subject: comments & new example: pnmshow --- example.c | 1 + 1 file changed, 1 insertion(+) (limited to 'example.c') 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 */ -- cgit v1.2.1