[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug awt/23690] New: Turn GdkPixbufDecoder into a real ImageIOSpi
From: |
mark at gcc dot gnu dot org |
Subject: |
[Bug awt/23690] New: Turn GdkPixbufDecoder into a real ImageIOSpi |
Date: |
2 Sep 2005 09:00:18 -0000 |
Turn GdkPixbufDecoder into a real spi that gets registered through a new
META-INFO services file. That would remove the need for the following patch:
2005-09-02 Mark Wielaard <address@hidden>
* gnu/java/awt/ClasspathToolkit.java (registerImageIOSpis):
Reintroduced (empty) method.
* gnu/java/awt/peer/gtk/GtkToolkit.java (static): Moved initialization
of imageIOSpis to new registerImageIOSpis() method.
(registerImageIOSpis): New (overloaded) method.
* javax/imageio/spi/IIORegistry.java (IIORegistry): Call to Toolkit
registration method if instanceof ClasspathToolkit.
--
Summary: Turn GdkPixbufDecoder into a real ImageIOSpi
Product: classpath
Version: unspecified
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: awt
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
CC: bug-classpath at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23690
- [Bug awt/23690] New: Turn GdkPixbufDecoder into a real ImageIOSpi,
mark at gcc dot gnu dot org <=