javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/jniutils.h
changeset 80 d6dafc5d983f
parent 35 85266cc22c7f
--- a/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/jniutils.h	Mon Oct 04 11:29:25 2010 +0300
+++ b/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/jniutils.h	Fri Oct 15 12:29:39 2010 +0300
@@ -330,9 +330,10 @@
      * Creates a native image object based on the given image data object.
      * @param aEnv JNI environment for the thread
      * @param aJavaImageData Java side image data object
+     * @param aType The native type of the image to be created 
      * @return Native image object
      */
-    Java::GFX::Image* CreateImage(JNIEnv* aEnv, jobject& aJavaImageData);
+    Java::GFX::Image* CreateImage(JNIEnv* aEnv, jobject& aJavaImageData, jint aType);
 
     /**
      * Checks if in terms of event processing the object can be deleted. Used