diff options
author | dscho <dscho> | 2001-11-18 21:58:58 +0000 |
---|---|---|
committer | dscho <dscho> | 2001-11-18 21:58:58 +0000 |
commit | e0168dbd9ae5e598f6564aa811cdb252330524c1 (patch) | |
tree | 31e899f132a91910c7a0090803a225bc6e9cfbfb /example.c | |
parent | 4415df9540afd86671f9169c1542536c71000180 (diff) | |
download | libtdevnc-e0168dbd9ae5e598f6564aa811cdb252330524c1.tar.gz libtdevnc-e0168dbd9ae5e598f6564aa811cdb252330524c1.zip |
start x11vnc, an x0rfbserver clone
Diffstat (limited to 'example.c')
-rw-r--r-- | example.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); */ |