Removed GLFW_ACCELERATED window parameter.

This commit is contained in:
Camilla Berglund
2012-08-02 01:13:05 +02:00
parent 98d02ebb1d
commit 3a72f33541
8 changed files with 1 additions and 26 deletions
-5
View File
@@ -1047,11 +1047,6 @@ void _glfwPlatformRefreshWindowParams(void)
// Since GLFW doesn't understand screens, we use virtual screen zero
[window->NSGL.pixelFormat getValues:&value
forAttribute:NSOpenGLPFAAccelerated
forVirtualScreen:0];
window->accelerated = value;
[window->NSGL.pixelFormat getValues:&value
forAttribute:NSOpenGLPFAAlphaSize
forVirtualScreen:0];