diff options
author | dscho <dscho> | 2001-08-14 10:24:32 +0000 |
---|---|---|
committer | dscho <dscho> | 2001-08-14 10:24:32 +0000 |
commit | 2634379912ea972dedc0d389049945716c90c0db (patch) | |
tree | 1dd12c9611b772e1c113980bbf7de1e61b7c37a0 /example.c | |
parent | 47341aa5545e8b354c8cd45e1372f96d9e4f6c0d (diff) | |
download | libvncserver-2634379912ea972dedc0d389049945716c90c0db.zip libvncserver-2634379912ea972dedc0d389049945716c90c0db.tar.gz |
comments & new example: pnmshow
Diffstat (limited to 'example.c')
-rw-r--r-- | example.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |