src/java.desktop/share/native/common/java2d/opengl/OGLContext.c
branchihse-warnings-cflags-branch
changeset 56230 489867818774
parent 47216 71c04702a3d5
equal deleted inserted replaced
56229:0015bf3a82e0 56230:489867818774
   111 /**
   111 /**
   112  * Initializes the alpha channel of the current surface so that it contains
   112  * Initializes the alpha channel of the current surface so that it contains
   113  * fully opaque alpha values.
   113  * fully opaque alpha values.
   114  */
   114  */
   115 static void
   115 static void
   116 OGLContext_InitAlphaChannel()
   116 OGLContext_InitAlphaChannel(void)
   117 {
   117 {
   118     GLboolean scissorEnabled;
   118     GLboolean scissorEnabled;
   119 
   119 
   120     J2dTraceLn(J2D_TRACE_INFO, "OGLContext_InitAlphaChannel");
   120     J2dTraceLn(J2D_TRACE_INFO, "OGLContext_InitAlphaChannel");
   121 
   121