summaryrefslogtreecommitdiffstats
path: root/example.c
diff options
context:
space:
mode:
authordscho <dscho>2001-11-18 21:58:58 +0000
committerdscho <dscho>2001-11-18 21:58:58 +0000
commite0168dbd9ae5e598f6564aa811cdb252330524c1 (patch)
tree31e899f132a91910c7a0090803a225bc6e9cfbfb /example.c
parent4415df9540afd86671f9169c1542536c71000180 (diff)
downloadlibtdevnc-e0168dbd9ae5e598f6564aa811cdb252330524c1.tar.gz
libtdevnc-e0168dbd9ae5e598f6564aa811cdb252330524c1.zip
start x11vnc, an x0rfbserver clone
Diffstat (limited to 'example.c')
-rw-r--r--example.c2
1 files changed, 1 insertions, 1 deletions
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(); */