< prev index next >

modules/graphics/src/main/native-glass/mac/GlassWindow.m

Print this page

        

*** 618,628 **** jScreenClass = (*env)->NewGlobalRef(env, [GlassHelper ClassForName:"com.sun.glass.ui.Screen" withEnv:env]); } if (jWindowNotifyMove == NULL) { ! jWindowNotifyMove = (*env)->GetMethodID(env, jWindowClass, "notifyMove", "(II)V"); if ((*env)->ExceptionCheck(env)) return; } if (jWindowNotifyResize == NULL) { --- 618,628 ---- jScreenClass = (*env)->NewGlobalRef(env, [GlassHelper ClassForName:"com.sun.glass.ui.Screen" withEnv:env]); } if (jWindowNotifyMove == NULL) { ! jWindowNotifyMove = (*env)->GetMethodID(env, jWindowClass, "notifyMove", "(IIZ)V"); if ((*env)->ExceptionCheck(env)) return; } if (jWindowNotifyResize == NULL) {
< prev index next >