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.

From-SVN: r75653
This commit is contained in:
Michael Koch 2004-01-10 21:32:23 +00:00 committed by Michael Koch
parent 5c9092a788
commit 4a8e704126
4 changed files with 11 additions and 4 deletions

View 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 {