diff options
| author | dscho <dscho> | 2003-07-28 12:01:07 +0000 |
|---|---|---|
| committer | dscho <dscho> | 2003-07-28 12:01:07 +0000 |
| commit | 13b358fed1b89a7a7f8c47bc175dcb3ccae1e39b (patch) | |
| tree | 8ca17b27e8b953403b93625381aa162d734c4287 /test/tight-1.c | |
| parent | eef408c1d84c7aaceb9732dd9a7e216886d2c2f8 (diff) | |
| download | libtdevnc-13b358fed1b89a7a7f8c47bc175dcb3ccae1e39b.tar.gz libtdevnc-13b358fed1b89a7a7f8c47bc175dcb3ccae1e39b.zip | |
fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr should not be used in a library (use rfbLog instead)
Diffstat (limited to 'test/tight-1.c')
| -rw-r--r-- | test/tight-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tight-1.c b/test/tight-1.c index f405097..825ca83 100644 --- a/test/tight-1.c +++ b/test/tight-1.c @@ -19,7 +19,7 @@ int main(int argc,char** argv) for(i=0;i<300;i+=10) rfbMarkRectAsModified(server,i,j,i+5,j+5); - rfbProcessEvents(server,50); + rfbProcessEvents(server,5000); } return(0); } |
