Hi Scott, On Mon, 2006-02-13 at 11:08 -0500, Scott Gilbertson wrote: > from Scott Gilbertson <scottg@xxxxxxxxxxxxx> > > * classpath/gnu/java/awt/peer/GLightweightPeer.java > (repaint): Pass event to parent. > * classpath/java/awt/Graphics.java (hitClip): Handle null clip. I saw Roman already said these changes look OK. And as you suggested on classpath-patches with respect to the LightweightPeer changes that Lillian proposed it would be good if Lillian incorporated these changes in her patch. > + public void repaint(long tm, int x, int y, int width, int height) > + { > + Component p = comp.getParent (); > + if(p != null) > + p.repaint(0,x+comp.getX(),y+comp.getY(),width,height); > + } Why do you discard the tm argument when passing repaint to the parent? Cheers, Mark -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://developer.classpath.org/pipermail/classpath/attachments/20060221/db48720b/attachment.pgp