summaryrefslogtreecommitdiff
path: root/gnu
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 /gnu
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/java/awt/peer/gtk/FreetypeGlyphVector.java2
1 files changed, 1 insertions, 1 deletions
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