[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenetwork/krfb/krfb
From:       Tim Jansen <tim () tjansen ! de>
Date:       2003-11-11 18:37:54
[Download RAW message or body]

CVS commit by tjansen: 

Avoid scanning outside of the screen area. This will hopefully fix bug 65618, and \
maybe even 67784 or 60229


  M +1 -1      xupdatescanner.cc   1.16


--- kdenetwork/krfb/krfb/xupdatescanner.cc  #1.15:1.16
@@ -408,5 +408,5 @@ void XUpdateScanner::testScanline(int y,
         if (y < 0)
                 return;
-        if (y > (int)height)
+        if (y >= (int)height)
                 return;
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic