From 19210d91a89f184d3425cedf499517952a2aaa61 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Sun, 2 Apr 2006 23:53:45 +0000 Subject: Made internal methods which fetch the platform-dependent context out of the GLContext implementations public instead of protected for easier interoperability with C libraries git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@699 232f8b59-042b-4e1e-8c03-345bb8c30851 --- src/classes/com/sun/opengl/impl/windows/WindowsGLContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/classes/com/sun/opengl/impl/windows/WindowsGLContext.java') diff --git a/src/classes/com/sun/opengl/impl/windows/WindowsGLContext.java b/src/classes/com/sun/opengl/impl/windows/WindowsGLContext.java index 7a827854c..a78c3baf0 100644 --- a/src/classes/com/sun/opengl/impl/windows/WindowsGLContext.java +++ b/src/classes/com/sun/opengl/impl/windows/WindowsGLContext.java @@ -286,7 +286,7 @@ public class WindowsGLContext extends GLContextImpl { // Internals only below this point // - protected long getHGLRC() { + public long getHGLRC() { return hglrc; } } -- cgit v1.2.3