From e0168dbd9ae5e598f6564aa811cdb252330524c1 Mon Sep 17 00:00:00 2001 From: dscho Date: Sun, 18 Nov 2001 21:58:58 +0000 Subject: start x11vnc, an x0rfbserver clone --- example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example.c') diff --git a/example.c b/example.c index 4b3810e..a3cfba9 100644 --- a/example.c +++ b/example.c @@ -270,7 +270,7 @@ int main(int argc,char** argv) #endif /* this is the non-blocking event loop; a background thread is started */ - rfbRunEventLoop(rfbScreen,40000,TRUE); + rfbRunEventLoop(rfbScreen,-1,TRUE); /* now we could do some cool things like rendering */ while(1) sleep(5); /* render(); */ -- cgit v1.2.3