summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2005-08-09 20:46:09 +0000
committerSilenio Quarti <silenio>2005-08-09 20:46:09 +0000
commit4acaade9029741aed3be3b9c854f9150406de337 (patch)
tree346cba0c8f93b714beaab0cc7bb86aa65d43eb24 /bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java
parent1efa03305129617ef91b4901a0e5808d791d88c1 (diff)
downloadeclipse.platform.swt-4acaade9029741aed3be3b9c854f9150406de337.tar.gz
eclipse.platform.swt-4acaade9029741aed3be3b9c854f9150406de337.tar.xz
eclipse.platform.swt-4acaade9029741aed3be3b9c854f9150406de337.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java b/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java
index 9c34cc8af0..50fedb76ff 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java
@@ -149,7 +149,7 @@ public static final synchronized native void cairo_set_font_matrix (int /*long*/
public static final synchronized native void cairo_get_font_matrix (int /*long*/ cr, double[] matrix);
public static final synchronized native void cairo_show_text (int /*long*/ cr, byte[] utf8);
public static final synchronized native void cairo_show_glyphs (int /*long*/ cr, int /*long*/ glyphs, int num_glyphs);
-public static final synchronized native int cairo_get_font_face (int /*long*/ cr);
+public static final synchronized native int /*long*/ cairo_get_font_face (int /*long*/ cr);
public static final synchronized native void cairo_font_extents (int /*long*/ cr, cairo_font_extents_t extents);
public static final synchronized native void cairo_set_font_face (int /*long*/ cr, int /*long*/ font_face);
public static final synchronized native void cairo_text_extents (int /*long*/ cr, byte[] utf8, int /*long*/ extents);