From cafeb40fed7b08b2c21e30445837101a50f088c2 Mon Sep 17 00:00:00 2001
From: dscho <dscho>
Date: Thu, 20 Jan 2005 14:10:26 +0000
Subject: disappearing cursor fixed & debug message purged

---
 ChangeLog             | 4 ++++
 libvncserver/cursor.c | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index f37a118..9cf1bc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-20  Karl Runge <runge@karlrunge.com>
+	* libvncserver/{cursor.c,rfbserver.c}: fixed the "disappearing cursor"
+	  problem
+
 2005-01-18  Johannes E. Schindelin  <Johannes.Schindelin@gmx.de>
 	* rfb/rfb.h libvncserver/rfbserver.c: pointerClient was still static
 	* libvncserver/rfbserver.c: do not make requestedRegion empty without
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);
-- 
cgit v1.2.3

