/[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.67 by tjl, Thu Dec 5 08:08:11 2002 UTC revision 1.68 by tjl, Thu Dec 5 09:29:43 2002 UTC
# Line 274  JNIEXPORT jint JNICALL Java_gzz_gfx_gl_G Line 274  JNIEXPORT jint JNICALL Java_gzz_gfx_gl_G
274      return 0;      return 0;
275    }    }
276    
277    // RenderingSurface
278    
279    JNIEXPORT jint JNICALL Java_gzz_gfx_gl_GL_createRenderingSurfaceImpl
280      (JNIEnv *env, jclass, jint w, jint h) {
281            Os::RenderingSurface *win = ws->openStableOffScreen(w, h);
282            return windows.add(win);
283    }
284    
285  // Window  // Window
286    

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

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