Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2004-11-10 19:55:05 +0000
committerGrant Gayed2004-11-10 19:55:05 +0000
commit67d8e6e2da10c084410e358047e9d4f28fb0b00b (patch)
tree9cb69a0b0df143cf55e5ecb5e9a4a9ff9ac2e8fc
parent63f92832578e9dd17b43add589800d28fa222d2a (diff)
downloadeclipse.platform.swt-67d8e6e2da10c084410e358047e9d4f28fb0b00b.tar.gz
eclipse.platform.swt-67d8e6e2da10c084410e358047e9d4f28fb0b00b.tar.xz
eclipse.platform.swt-67d8e6e2da10c084410e358047e9d4f28fb0b00b.zip
*** empty log message ***
-rw-r--r--bundles/org.eclipse.swt.opengl/gtk/org/eclipse/swt/opengl/GLContext.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt.opengl/gtk/org/eclipse/swt/opengl/GLContext.java b/bundles/org.eclipse.swt.opengl/gtk/org/eclipse/swt/opengl/GLContext.java
index 0acee0d4ec..1c0902c7e1 100644
--- a/bundles/org.eclipse.swt.opengl/gtk/org/eclipse/swt/opengl/GLContext.java
+++ b/bundles/org.eclipse.swt.opengl/gtk/org/eclipse/swt/opengl/GLContext.java
@@ -67,8 +67,8 @@ public class GLContext {
0,
XGL.GLX_RGBA,
XGL.GLX_DOUBLEBUFFER,
- XGL.GLX_DEPTH_SIZE,
- depth,
+// XGL.GLX_DEPTH_SIZE,
+// depth,
0
};
int infoPtr = XGL.glXChooseVisual (xDisplay, screen, attrib);

Back to the top