< prev index next >

modules/javafx.graphics/src/main/java/com/sun/prism/es2/MonocleGLContext.java

Print this page
rev 10424 : 8090969: Remove lens implementation in Glass
Reviewed-by:

*** 23,37 **** * questions. */ package com.sun.prism.es2; import com.sun.glass.ui.monocle.AcceleratedScreen; class MonocleGLContext extends GLContext { ! private AcceleratedScreen accScreen; MonocleGLContext(long nativeCtxInfo) { this.nativeCtxInfo = nativeCtxInfo; } --- 23,38 ---- * questions. */ package com.sun.prism.es2; + import java.lang.annotation.Native; import com.sun.glass.ui.monocle.AcceleratedScreen; class MonocleGLContext extends GLContext { ! @Native private AcceleratedScreen accScreen; MonocleGLContext(long nativeCtxInfo) { this.nativeCtxInfo = nativeCtxInfo; }
< prev index next >