diff options
author | dscho <dscho> | 2005-01-20 14:10:26 +0000 |
---|---|---|
committer | dscho <dscho> | 2005-01-20 14:10:26 +0000 |
commit | cafeb40fed7b08b2c21e30445837101a50f088c2 (patch) | |
tree | 36f50df509c2a887dfb640b86e6a7bc942c34922 /libvncserver | |
parent | 155f4c1053739e248a82b91e4c989b94727c3ea6 (diff) | |
download | libtdevnc-cafeb40fed7b08b2c21e30445837101a50f088c2.tar.gz libtdevnc-cafeb40fed7b08b2c21e30445837101a50f088c2.zip |
disappearing cursor fixed & debug message purged
Diffstat (limited to 'libvncserver')
-rw-r--r-- | libvncserver/cursor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libvncserver/cursor.c b/libvncserver/cursor.c index df6a36d..49d7b99 100644 --- a/libvncserver/cursor.c +++ b/libvncserver/cursor.c @@ -585,7 +585,6 @@ void rfbRedrawAfterHideCursor(rfbClientPtr cl,sraRegionPtr updateRegion) if(sraClipRect2(&x,&y,&x2,&y2,0,0,s->width,s->height)) { sraRegionPtr rect; - fprintf(stderr,"%d %d %d %d\n",x,y,x2,y2); rect = sraRgnCreateRect(x,y,x2,y2); if(updateRegion) sraRgnOr(updateRegion,rect); |