aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/com/sun/opengl/impl/windows/WindowsPbufferGLDrawable.java
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2005-11-14 20:40:27 +0000
committerKenneth Russel <[email protected]>2005-11-14 20:40:27 +0000
commitad056ab1c455a0be99d83e2e50d5826e98c1f5d5 (patch)
tree0f87ef9aa3d31ed8d8e106e2e4777206849afc27 /src/classes/com/sun/opengl/impl/windows/WindowsPbufferGLDrawable.java
parentb81f433446e36815a2dfe9b9e42f516d5a4a9e9b (diff)
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
Diffstat (limited to 'src/classes/com/sun/opengl/impl/windows/WindowsPbufferGLDrawable.java')
-rw-r--r--src/classes/com/sun/opengl/impl/windows/WindowsPbufferGLDrawable.java2
1 files changed, 1 insertions, 1 deletions
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) {