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>2007-03-27 16:12:36 +0000
committerSilenio Quarti <silenio>2007-03-27 16:12:36 +0000
commit68c806c67ab749e6cce9971643b0bff5edff9d71 (patch)
tree1a49bd2e3967dad32f4b9862cc1345df797bed11 /bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java
parent587703d699cb7578ba61101e07919bbaef1b5f6c (diff)
downloadeclipse.platform.swt-68c806c67ab749e6cce9971643b0bff5edff9d71.tar.gz
eclipse.platform.swt-68c806c67ab749e6cce9971643b0bff5edff9d71.tar.xz
eclipse.platform.swt-68c806c67ab749e6cce9971643b0bff5edff9d71.zip
Cairo version
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.java3
1 files changed, 3 insertions, 0 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 279587f7a1..b630487540 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
@@ -91,6 +91,7 @@ public class Cairo {
public static final int CAIRO_EXTEND_NONE = 0;
public static final int CAIRO_EXTEND_REPEAT = 1;
public static final int CAIRO_EXTEND_REFLECT = 2;
+ public static final int CAIRO_EXTEND_PAD = 3;
public static final int CAIRO_PATH_MOVE_TO = 0;
public static final int CAIRO_PATH_LINE_TO = 1;
public static final int CAIRO_PATH_CURVE_TO = 2;
@@ -103,6 +104,8 @@ public static final synchronized native int cairo_path_t_sizeof ();
public static final synchronized native int cairo_text_extents_t_sizeof ();
/** Natives */
+public static final synchronized native int CAIRO_VERSION_ENCODE(int major, int minor, int micro);
+public static final synchronized native int cairo_version();
public static final synchronized native int /*long*/ cairo_create (int /*long*/ target);
public static final synchronized native int /*long*/ cairo_reference (int /*long*/ cr);
public static final synchronized native void cairo_destroy (int /*long*/ cr);