[gui] [PATCH] Fix GtkComponentPeer.getGraphics()

David Jee djee@redhat.com
Thu May 27 18:19:00 GMT 2004


Hello,

I committed the following patch to the java-gui-branch.  It fixes
GtkComponentPeer.getGraphics() method, so that it returns a new
GdkGraphics instance rather than simply returning null. 
GtkContainerPeer.getGraphics() now simply calls super.getGraphics().

-David Jee

2004-05-27  David Jee  <djee@redhat.com>

        * gnu/java/awt/peer/gtk/GtkComponentPeer.java
        (getGraphics): Return a new GdkGraphics instance.
        * gnu/java/awt/peer/gtk/GtkContainerPeer.java
        (getGraphics): Call super.getGraphics().


-------------- next part --------------
A non-text attachment was scrubbed...
Name: getGraphics.patch
Type: text/x-patch
Size: 1368 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20040527/047d7ab2/attachment.bin>


More information about the Java-patches mailing list