Moved application activation to window showing.

Fixes #93.
This commit is contained in:
Camilla Berglund
2013-11-07 18:07:46 +01:00
parent ec5cb9c6f7
commit a83d257ac6
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -59,6 +59,7 @@ guide in the GLFW documentation.
- [Cocoa] Bugfix: Retrieving the name of some external displays caused segfault
- [Cocoa] Bugfix: The 10.9 SDK defines `GLintptrARB` and `GLsizeiptrARB`
differently from the Khronos `glext.h`
- [Cocoa] Bugfix: Creating hidden windows would steal application focus
- [X11] Added setting of the `WM_CLASS` property to the initial window title
- [X11] Bugfix: Removed joystick axis value negation left over from GLFW 2
- [X11] Bugfix: The position of hidden windows was ignored by Metacity