diff options
author | dscho <dscho> | 2002-12-06 16:03:50 +0000 |
---|---|---|
committer | dscho <dscho> | 2002-12-06 16:03:50 +0000 |
commit | 4d87189420b6225da7f38aa71aee840d816bd570 (patch) | |
tree | 2de78669b8dea0e6f8d6ae4e4d17ff825b5c6a88 /main.c | |
parent | d60fda117b1d72d12984a07a4444d36a69da639e (diff) | |
download | libtdevnc-4d87189420b6225da7f38aa71aee840d816bd570.tar.gz libtdevnc-4d87189420b6225da7f38aa71aee840d816bd570.zip |
compiler warnings, contrib directory, new x11vnc from Karl Runge
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ void rfbScheduleCopyRegion(rfbScreenInfoPtr rfbScreen,sraRegionPtr copyRegion,in sraRgnDestroy(modifiedRegionBackup); #if 0 -//TODO: is this needed? Or does it mess up deferring? + /* TODO: is this needed? Or does it mess up deferring? */ /* while(!sraRgnEmpty(cl->copyRegion)) */ { #ifdef HAVE_PTHREADS if(!cl->screen->backgroundLoop) |