jdk/src/java.desktop/windows/classes/sun/java2d/opengl/WGLSurfaceData.java
changeset 30948 0a0972d3b58d
parent 25859 3317bb8137f4
child 31661 a5cb86f2253b
equal deleted inserted replaced
30947:8dae2913daf4 30948:0a0972d3b58d
   242 
   242 
   243     /**
   243     /**
   244      * Updates the layered window with the contents of the surface.
   244      * Updates the layered window with the contents of the surface.
   245      *
   245      *
   246      * @param psdops pointer to the native ogl sd structure
   246      * @param psdops pointer to the native ogl sd structure
   247      * @param pData pointer to the AwtWindow peer data
   247      * @param peer pointer to the AwtWindow peer data
   248      * @param w width of the window
   248      * @param w width of the window
   249      * @param h height of the window
   249      * @param h height of the window
   250      * @see sun.awt.windows.TranslucentWindowPainter
   250      * @see sun.awt.windows.TranslucentWindowPainter
   251      */
   251      */
   252     public static native boolean updateWindowAccelImpl(long psdops,
   252     public static native boolean updateWindowAccelImpl(long psdops,