aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl/x11/X11PbufferGLDrawable.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java/games/jogl/impl/x11/X11PbufferGLDrawable.java')
-rw-r--r--src/net/java/games/jogl/impl/x11/X11PbufferGLDrawable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/java/games/jogl/impl/x11/X11PbufferGLDrawable.java b/src/net/java/games/jogl/impl/x11/X11PbufferGLDrawable.java
index 775bf649f..44c755384 100644
--- a/src/net/java/games/jogl/impl/x11/X11PbufferGLDrawable.java
+++ b/src/net/java/games/jogl/impl/x11/X11PbufferGLDrawable.java
@@ -70,7 +70,7 @@ public class X11PbufferGLDrawable extends X11GLDrawable {
(capabilities.getOffscreenFloatingPointBuffers() ? " [float]" : ""));
}
- createPbuffer(X11GLContextFactory.getDisplayConnection());
+ createPbuffer(X11GLDrawableFactory.getDisplayConnection());
}
public GLContext createContext(GLContext shareWith) {