Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2005-02-21 21:10:15 +0000
committerSilenio Quarti2005-02-21 21:10:15 +0000
commit51a19322bed7104cc9383e08b7add3c2778de3fa (patch)
tree1746b22a317daf692356a50977130651a49c7f3f /bundles/org.eclipse.swt.tools
parentb275691532da102f2915bcf30497b07b907d6359 (diff)
downloadeclipse.platform.swt-51a19322bed7104cc9383e08b7add3c2778de3fa.tar.gz
eclipse.platform.swt-51a19322bed7104cc9383e08b7add3c2778de3fa.tar.xz
eclipse.platform.swt-51a19322bed7104cc9383e08b7add3c2778de3fa.zip
85958
Diffstat (limited to 'bundles/org.eclipse.swt.tools')
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gdip.Gdip.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gdip.Gdip.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gdip.Gdip.properties
index b89c701f34..9ec5a45949 100644
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gdip.Gdip.properties
+++ b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.gdip.Gdip.properties
@@ -247,6 +247,10 @@ Gdip_Graphics_1GetClipBounds__ILorg_eclipse_swt_internal_gdip_Rect_2_1=
Gdip_Graphics_GetInterpolationMode=flags=cpp
Gdip_Graphics_GetInterpolationMode_0=cast=(Graphics *)
+Gdip_Graphics_GetTransform=flags=cpp
+Gdip_Graphics_GetTransform_0=cast=(Graphics *)
+Gdip_Graphics_GetTransform_1=cast=Matrix *
+
Gdip_Graphics_ResetClip=flags=cpp
Gdip_Graphics_ResetClip_0=cast=(Graphics *)

Back to the top