mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
pass dict name into jni along with its bytes
This commit is contained in:
parent
ceff1cde8b
commit
8067e82332
1 changed files with 3 additions and 3 deletions
|
@ -342,7 +342,7 @@ JNIEXPORT void JNICALL
|
|||
Java_org_eehouse_android_xw4_jni_XwJNI_game_1makeNewGame
|
||||
( JNIEnv* env, jclass C, jint gamePtr, jobject j_gi, jobject j_util,
|
||||
jobject jniu, jobject j_draw, jobject j_cp, jobject j_procs,
|
||||
jbyteArray jDictBytes )
|
||||
jbyteArray jDictBytes, jstring jDictName )
|
||||
{
|
||||
XWJNI_START_GLOBALS();
|
||||
CurGameInfo* gi = makeGI( MPPARM(mpool) env, j_gi );
|
||||
|
@ -402,8 +402,8 @@ JNIEXPORT void JNICALL Java_org_eehouse_android_xw4_jni_XwJNI_game_1dispose
|
|||
JNIEXPORT jboolean JNICALL
|
||||
Java_org_eehouse_android_xw4_jni_XwJNI_game_1makeFromStream
|
||||
( JNIEnv* env, jclass C, jint gamePtr, jbyteArray jstream,
|
||||
jobject /*out*/jgi, jbyteArray jdict, jobject jutil, jobject jniu,
|
||||
jobject jdraw, jobject jcp, jobject jprocs )
|
||||
jobject /*out*/jgi, jbyteArray jdict, jstring jdictName, jobject jutil,
|
||||
jobject jniu, jobject jdraw, jobject jcp, jobject jprocs )
|
||||
{
|
||||
jboolean result;
|
||||
XWJNI_START_GLOBALS();
|
||||
|
|
Loading…
Add table
Reference in a new issue