This is the mail archive of the java@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: libgcj-classpath-20060719 merge


Mark Wielaard wrote:

Anyway. All new files are now also available at:
http://www.klomp.org/mark/classpath/libgcj-classpath-20060719-merge-new.tar.bz2
Just untar over your patched tree.

This one seems also necessary in case you build x-peers. The diff is relative to libjava.


Regards,

Andreas

Index: gnu/awt/xlib/XToolkit.java
===================================================================
--- gnu/awt/xlib/XToolkit.java  (revision 115639)
+++ gnu/awt/xlib/XToolkit.java  (working copy)
@@ -28,7 +28,6 @@
 import gnu.java.awt.ClasspathToolkit;
 import gnu.java.awt.EmbeddedWindow;
 import gnu.java.awt.peer.ClasspathFontPeer;
-import gnu.java.awt.peer.ClasspathTextLayoutPeer;
 import gnu.java.awt.peer.EmbeddedWindowPeer;

 public class XToolkit extends ClasspathToolkit
@@ -405,11 +404,6 @@
     return new XFontPeer (name,style,size);
   }

-  public ClasspathTextLayoutPeer
-  getClasspathTextLayoutPeer (AttributedString str, FontRenderContext frc)
-  {
-    throw new Error("not implemented");
-  }

   /** Creates a font, reading the glyph definitions from a stream.
    *



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