summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2006-06-30 16:02:43 +0000
committerCarolyn MacLeod <carolyn>2006-06-30 16:02:43 +0000
commit0054e44bae79888fe8fb634f4b01c2321d00ad18 (patch)
tree3edcafc274a4cb77c70a4c530c49aab16a97ceb6 /bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java
parent6b9881fc084537786f5be3c31dd0561432224788 (diff)
downloadeclipse.platform.swt-0054e44bae79888fe8fb634f4b01c2321d00ad18.tar.gz
eclipse.platform.swt-0054e44bae79888fe8fb634f4b01c2321d00ad18.tar.xz
eclipse.platform.swt-0054e44bae79888fe8fb634f4b01c2321d00ad18.zip
bug 24796
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.java1
1 files changed, 1 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 9f9e78331e..f30f185893 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
@@ -210,6 +210,7 @@ public static final synchronized native void cairo_surface_set_device_offset (in
public static final synchronized native int cairo_surface_get_type (int /*long*/ surface);
public static final synchronized native void cairo_pdf_surface_set_size (int /*long*/ surface, double width_in_points, double height_in_points);
public static final synchronized native void cairo_ps_surface_set_size (int /*long*/ surface, double width_in_points, double height_in_points);
+public static final synchronized native void cairo_surface_set_fallback_resolution (int /*long*/ surface, double x_pixels_per_inch, double y_pixels_per_inch);
public static final synchronized native int /*long*/ cairo_pattern_create_for_surface (int /*long*/ surface);
public static final synchronized native int /*long*/ cairo_pattern_create_linear (double x0, double y0, double x1, double y1);
public static final synchronized native int /*long*/ cairo_pattern_create_radial (double cx0, double cy0, double radius0, double cx1, double cy1, double radius1);