From ad056ab1c455a0be99d83e2e50d5826e98c1f5d5 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Mon, 14 Nov 2005 20:40:27 +0000 Subject: Deleted unnecessary references to AWT Component in base GLDrawable classes on Windows and X11 platforms git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@449 232f8b59-042b-4e1e-8c03-345bb8c30851 --- src/classes/com/sun/opengl/impl/windows/WindowsPbufferGLDrawable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/classes/com/sun/opengl/impl/windows/WindowsPbufferGLDrawable.java') diff --git a/src/classes/com/sun/opengl/impl/windows/WindowsPbufferGLDrawable.java b/src/classes/com/sun/opengl/impl/windows/WindowsPbufferGLDrawable.java index 8e660cc51..3874edfd6 100644 --- a/src/classes/com/sun/opengl/impl/windows/WindowsPbufferGLDrawable.java +++ b/src/classes/com/sun/opengl/impl/windows/WindowsPbufferGLDrawable.java @@ -59,7 +59,7 @@ public class WindowsPbufferGLDrawable extends WindowsGLDrawable { int initialHeight, WindowsGLDrawable dummyDrawable, WGLExt wglExt) { - super(null, capabilities, null); + super(capabilities, null); this.initWidth = initialWidth; this.initHeight = initialHeight; if (initWidth <= 0 || initHeight <= 0) { -- cgit v1.2.3