This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gui] Add BandCombineOp


Jerry Quinn wrote:
2004-10-31 Jerry Quinn <jlquinn@optonline.net>

    * java/awt/image/BandCombineOp.java: New class.
    * Makefile.am: Add BandCombineOp.
    * Makefile.in: Regenerate.
Index: Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/libjava/Makefile.am,v
retrieving revision 1.361.2.53
retrieving revision 1.361.2.54
diff -u -r1.361.2.53 -r1.361.2.54
--- Makefile.am    1 Nov 2004 00:11:11 -0000    1.361.2.53
+++ Makefile.am    1 Nov 2004 04:27:17 -0000    1.361.2.54
@@ -1130,6 +1130,7 @@
 java/awt/geom/FlatteningPathIterator.java \
 java/awt/geom/GeneralPath.java \
 java/awt/geom/QuadCurve2D.java \
+java/awt/image/BandedCombineOp.java \

Band or Banded?


Please adjust, atm, build broken due to this.

Thanks.

Andreas


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]