CVSROOT: /cvsroot/classpath
Module name: classpath
Changes by: Roman Kennke <rabbit78> 06/07/19 19:21:44
Modified files:
gnu/java/awt/peer/x: XGraphics.java
. : ChangeLog
Log message:
2006-07-19 Roman Kennke <[EMAIL PROTECTED]>
* gnu/java/awt/peer/x/XGraphics.java
(translate): Don't set the clip on the X server.
(clipRect): Use setXClip() to set the clip on the X server.
(hitClip): More efficient and correct implementation.
(setClip): Use setXClip() to set the clip on the X server.
(setClip(Shape)): Use setXClip() to set the clip on the X
server.
(copyArea): Translate and clip the source rectangle correctly.
(dispose): Only flush when object is not yet disposed.
(clone): Use setXClip() to set the clip on the X server.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XGraphics.java?cvsroot=classpath&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8166&r2=1.8167