From 730e752dc282ab4230e6fc80d934011bffdc6007 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Tue, 19 Jul 2005 01:00:42 +0000 Subject: Moved all functionality from GLContextFactory implementations into concrete GLDrawableFactory implementations. Made GLDrawableFactory abstract and added GLDrawableFactoryImpl to support creation of offscreen GLDrawables for non-pbuffer fallback path of GLJPanel. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JSR-231@329 232f8b59-042b-4e1e-8c03-345bb8c30851 --- src/net/java/games/jogl/impl/windows/WindowsPbufferGLContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/java/games/jogl/impl/windows/WindowsPbufferGLContext.java') diff --git a/src/net/java/games/jogl/impl/windows/WindowsPbufferGLContext.java b/src/net/java/games/jogl/impl/windows/WindowsPbufferGLContext.java index 80d6d2a02..c602cab99 100644 --- a/src/net/java/games/jogl/impl/windows/WindowsPbufferGLContext.java +++ b/src/net/java/games/jogl/impl/windows/WindowsPbufferGLContext.java @@ -157,6 +157,6 @@ public class WindowsPbufferGLContext extends WindowsGLContext { } private static String wglGetLastError() { - return WindowsGLContextFactory.wglGetLastError(); + return WindowsGLDrawableFactory.wglGetLastError(); } } -- cgit v1.2.3