summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_structs.h
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2003-11-05 21:28:46 +0000
committerSilenio Quarti <silenio>2003-11-05 21:28:46 +0000
commit3239a798c20fe291dee680ae5725cdf8b4c3777c (patch)
tree7f90c5bbb523db6f1ca24274939fdded19066d9d /bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_structs.h
parent32c242eb70f848f65b1bc0baf5dfab374cb98294 (diff)
downloadeclipse.platform.swt-3239a798c20fe291dee680ae5725cdf8b4c3777c.tar.gz
eclipse.platform.swt-3239a798c20fe291dee680ae5725cdf8b4c3777c.tar.xz
eclipse.platform.swt-3239a798c20fe291dee680ae5725cdf8b4c3777c.zip
33637
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_structs.h')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_structs.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_structs.h b/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_structs.h
index 080c2feb23..6599bac0cc 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_structs.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_structs.h
@@ -227,6 +227,22 @@ void setNavReplyRecordFields(JNIEnv *env, jobject lpObject, NavReplyRecord *lpSt
#define setNavReplyRecordFields(a,b,c)
#endif
+#ifndef NO_PMRect
+PMRect *getPMRectFields(JNIEnv *env, jobject lpObject, PMRect *lpStruct);
+void setPMRectFields(JNIEnv *env, jobject lpObject, PMRect *lpStruct);
+#else
+#define getPMRectFields(a,b,c) NULL
+#define setPMRectFields(a,b,c)
+#endif
+
+#ifndef NO_PMResolution
+PMResolution *getPMResolutionFields(JNIEnv *env, jobject lpObject, PMResolution *lpStruct);
+void setPMResolutionFields(JNIEnv *env, jobject lpObject, PMResolution *lpStruct);
+#else
+#define getPMResolutionFields(a,b,c) NULL
+#define setPMResolutionFields(a,b,c)
+#endif
+
#ifndef NO_PixMap
PixMap *getPixMapFields(JNIEnv *env, jobject lpObject, PixMap *lpStruct);
void setPixMapFields(JNIEnv *env, jobject lpObject, PixMap *lpStruct);