Made glfwOpenWindow enforce the forward-compat and profile hints.

This commit is contained in:
Camilla Berglund
2012-03-05 20:27:47 +01:00
parent 4b21ccbe19
commit cb9bae5c71
2 changed files with 13 additions and 3 deletions
+1
View File
@@ -313,6 +313,7 @@ version of GLFW.</p>
<li>[Cocoa] Postponed menu creation to first window creation</li>
<li>[Cocoa] Replaced <code>NSDate</code> time source with <code>mach_absolute_time</code></li>
<li>[Cocoa] Replaced deprecated CoreGraphics calls in video mode enumeration</li>
<li>[Cocoa] Bugfix: <code>glfwOpenWindow</code> did not properly enforce the forward-compatible and context profile hints</li>
<li>[Cocoa] Bugfix: The loop condition for saving video modes used the wrong index variable</li>
<li>[Cocoa] Bugfix: The OpenGL framework was not retrieved, making glfwGetProcAddress crash</li>
<li>[Cocoa] Bugfix: <code>glfwInit</code> changed the current directory for unbundled executables</li>