/[gzz]/gzz/gfx/jni/GzzGL-jni.cxx
ViewVC logotype

Diff of /gzz/gfx/jni/GzzGL-jni.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.35 by humppake, Fri Sep 27 05:45:14 2002 UTC revision 1.36 by humppake, Fri Sep 27 10:38:01 2002 UTC
# Line 105  jstring unistr2jstr(JNIEnv *env, Rendera Line 105  jstring unistr2jstr(JNIEnv *env, Rendera
105  }  }
106  /** Converts std::string to jstring through UTF-8 transformation */  /** Converts std::string to jstring through UTF-8 transformation */
107  jstring stdstr2jstr(JNIEnv *env, std::string stdstr) {  jstring stdstr2jstr(JNIEnv *env, std::string stdstr) {
108    return env->NewStringUTF(stdstr.data());    return env->NewStringUTF(stdstr.c_char());
109  }  }
110    
111  Os::Window *getWindowByWID(int wid) {  Os::Window *getWindowByWID(int wid) {

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26