On Wed, Jun 25, 2003 at 02:46:31PM -0400, Paul Pelzl wrote:
> This is the first release I've tried since early June, so I can't very
> well pinpoint when this started happening.

The latest release probably broke this. I don't use xor-resize so I
hadn't noticed that the call to clear previous rubberband no longer
got the previous but the new box geometry to clear. A patch that should
fix this is attached.

-- 
Tuomo
--- ../releases/ion-devel-20030623/ioncore/resize.c     2003-06-23 16:14:19.000000000 
+0300
+++ ioncore/resize.c    2003-06-25 22:08:22.000000000 +0300
@@ -304,6 +304,9 @@
                else
                        geom.y+=tmpdy1;
        }
+
+       if(XOR_RESIZE)
+               res_draw_rubberband(rootwin);
        
        region_request_geom(reg, tmprqflags, geom, &tmpgeom);
 
@@ -317,9 +320,6 @@
                tmporiggeom=tmpgeom;
        }
        
-       if(XOR_RESIZE)
-               res_draw_rubberband(rootwin);
-
        res_draw_moveres(rootwin);
        
        if(XOR_RESIZE)

Reply via email to