2004-01-10 Michael Koch <konqueror@gmx.de>
authorMichael Koch <konqueror@gmx.de>
Sat, 10 Jan 2004 21:32:23 +0000 (21:32 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Sat, 10 Jan 2004 21:32:23 +0000 (21:32 +0000)
* gnu/java/awt/image/ImageDecoder.java
(produce): Made public.
* gnu/java/awt/peer/GLightweightPeer.java,
gnu/java/awt/peer/gtk/GtkToolkit.java:
Reformated.

From-SVN: r75653

libjava/ChangeLog
libjava/gnu/java/awt/image/ImageDecoder.java
libjava/gnu/java/awt/peer/GLightweightPeer.java
libjava/gnu/java/awt/peer/gtk/GtkToolkit.java

index 15d72fda988bd923c0bc99324ace24241c7ecf75..f2139917c1d88250e613de14fdbe4c46d66e4b84 100644 (file)
@@ -1,3 +1,11 @@
+2004-01-10  Michael Koch  <konqueror@gmx.de>
+
+       * gnu/java/awt/image/ImageDecoder.java
+       (produce): Made public.
+       * gnu/java/awt/peer/GLightweightPeer.java,
+       gnu/java/awt/peer/gtk/GtkToolkit.java:
+       Reformated.
+
 2004-01-10  Michael Koch  <konqueror@gmx.de>
 
        * javax/swing/JRadioButtonMenuItem.java,
index d44efce5d77ed665b60c430e47289b235a6018c3..e4402f8553fb88e84bb2e12c8669a2edbeda1ebe 100644 (file)
@@ -131,5 +131,5 @@ public abstract class ImageDecoder implements ImageProducer
   { 
   }
 
-  abstract void produce (Vector v, InputStream is) throws IOException;
+  public abstract void produce (Vector v, InputStream is) throws IOException;
 }
index 5c0ea498e8236a39d23892c4b2e358ff50a99b4c..dfd9e1e26e9b05e0f1d7d0ff1e45f20f8d5573b0 100644 (file)
@@ -239,7 +239,7 @@ public class GLightweightPeer
 
   public void setBackground(Color color) {}
 
-  public void setBounds(int x, int y, int width, int height) { }
+  public void setBounds(int x, int y, int width, int height) {}
 
   public void setCursor(Cursor cursor) {}
 
index b703540d56dbb8f836e5745f35954c64825756fa..f3af5e8744b9b293030103f9aa7072f7520d620e 100644 (file)
@@ -96,7 +96,7 @@ public class GtkToolkit extends gnu.java.awt.ClasspathToolkit
     return useGraphics2d;
   }
 
-  static 
+  static
   {
     if (Configuration.INIT_LOAD_LIBRARY)
       System.loadLibrary("gtkpeer");
@@ -352,7 +352,6 @@ public class GtkToolkit extends gnu.java.awt.ClasspathToolkit
    * @deprecated part of the older "logical font" system in earlier AWT
    * implementations. Our newer Font class uses getClasspathFontPeer.
    */
-
   protected FontPeer getFontPeer (String name, int style) 
   {
     try {