summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Kung <fkung@redhat.com>2007-04-03 19:32:45 +0000
committerFrancis Kung <fkung@redhat.com>2007-04-03 19:32:45 +0000
commit16d68115c6265f7091ff44f695a53ffe2b909e76 (patch)
tree10d05b6bb07fe6bbcea249e900d2a2f17afd376d
parent2bcf3e449a6b63f9a9795a929789ee0a2a1a8b23 (diff)
downloadclasspath-16d68115c6265f7091ff44f695a53ffe2b909e76.tar.gz
2007-04-03 Francis Kung <fkung@redhat.com>
* gnu/java/awt/peer/gtk/FreetypeGlyphVector.java (getGlyphs(int[], int[], long[])): Return void.
-rw-r--r--ChangeLog5
-rw-r--r--gnu/java/awt/peer/gtk/FreetypeGlyphVector.java2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d4b685e4c..a2012694b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-03 Francis Kung <fkung@redhat.com>
+
+ * gnu/java/awt/peer/gtk/FreetypeGlyphVector.java
+ (getGlyphs(int[], int[], long[])): Return void.
+
2007-04-03 Kyle Galloway <kgallowa@redhat.com>
* gnu/classpath/jdwp/value/ArrayValue.java: New file.
diff --git a/gnu/java/awt/peer/gtk/FreetypeGlyphVector.java b/gnu/java/awt/peer/gtk/FreetypeGlyphVector.java
index 974aab5e2..280f3e6fb 100644
--- a/gnu/java/awt/peer/gtk/FreetypeGlyphVector.java
+++ b/gnu/java/awt/peer/gtk/FreetypeGlyphVector.java
@@ -234,7 +234,7 @@ public class FreetypeGlyphVector extends GlyphVector
/**
* Returns the glyph code within the font for a given character
*/
- public native int[] getGlyphs(int[] codepoints, int[] glyphs, long[] fonts);
+ public native void getGlyphs(int[] codepoints, int[] glyphs, long[] fonts);
/**
* Returns the kerning of a glyph pair