On 7/1/06, Keith Whitwell <[EMAIL PROTECTED]> wrote: > > I'm kinda hoping that the xserver isn't going to send windows > > coordinates with negative width/height (ie assume drawable->[wh] > 0). > > And that if the window is entirely offscreen, an unmap event will > > cause nothing at all to be drawn (rmesa->driDrawable == NULL). > > You can't rely on nothing being drawn when the window is not visible, > I'm afraid.
That's ok. It's just that we don't need to test x1 > x2 because the window width won't be negative. If the window completely offscreen it'll get completely clipped anyway... Have a nice day, -- Martijn van Oosterhout <[EMAIL PROTECTED]> http://svana.org/kleptog/ Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
