From d9972299cd94e556d0b794b9f058d40c26392a9e Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Thu, 16 Oct 2003 13:56:22 +0000 Subject: [PATCH] *** empty log message *** --- src/native/macosx/org_lwjgl_opengl_Window.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/native/macosx/org_lwjgl_opengl_Window.cpp b/src/native/macosx/org_lwjgl_opengl_Window.cpp index f927f873..73eeba30 100644 --- a/src/native/macosx/org_lwjgl_opengl_Window.cpp +++ b/src/native/macosx/org_lwjgl_opengl_Window.cpp @@ -172,7 +172,6 @@ static bool createWindowedContext(JNIEnv *env, jint bpp, jint alpha, jint depth, GLint attrib[] = {AGL_RGBA, AGL_DOUBLEBUFFER, AGL_ACCELERATED, - AGL_NO_RECOVERY, AGL_MINIMUM_POLICY, AGL_PIXEL_SIZE, bpp, AGL_DEPTH_SIZE, depth,