summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2005-05-05 22:11:14 +0000
committerSilenio Quarti <silenio>2005-05-05 22:11:14 +0000
commite7d5e6d7e9bb1d81ecf5906c289904291f79c308 (patch)
tree45d5a6098c9cd0f574529493659cfe0d69bbc239
parentd0ab05b3000e0f1ea407b06ac7074173d3c82b1b (diff)
downloadeclipse.platform.swt-e7d5e6d7e9bb1d81ecf5906c289904291f79c308.tar.gz
eclipse.platform.swt-e7d5e6d7e9bb1d81ecf5906c289904291f79c308.tar.xz
eclipse.platform.swt-e7d5e6d7e9bb1d81ecf5906c289904291f79c308.zip
64 bit fix
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/cairo/library/cairo_custom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/library/cairo_custom.c b/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/library/cairo_custom.c
index 8ca646d583..148b05ab11 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/library/cairo_custom.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/library/cairo_custom.c
@@ -78,7 +78,7 @@ static void extentsClosePath(jdouble *extents) {
}
JNIEXPORT void JNICALL Cairo_NATIVE(cairo_1extents)
- (JNIEnv *env, jclass that, jint arg0, jdoubleArray arg1)
+ (JNIEnv *env, jclass that, SWT_PTR arg0, jdoubleArray arg1)
{
jdouble *lparg1=NULL;
Cairo_NATIVE_ENTER(env, that, cairo_1extents_FUNC);
@@ -150,7 +150,7 @@ static void pointsClosePath(points_data *data) {
}
JNIEXPORT void JNICALL Cairo_NATIVE(cairo_1points)
- (JNIEnv *env, jclass that, jint arg0, jintArray arg1, jintArray arg2, jbyteArray arg3, jfloatArray arg4)
+ (JNIEnv *env, jclass that, SWT_PTR arg0, jintArray arg1, jintArray arg2, jbyteArray arg3, jfloatArray arg4)
{
points_data data;
jint *lparg1=NULL;