Added glfwGetWindowFrameSize.

This commit is contained in:
Camilla Berglund
2014-03-25 21:30:13 +01:00
parent d3ae574418
commit eb3f75e03e
10 changed files with 130 additions and 0 deletions

View File

@@ -54,6 +54,8 @@ The following dependencies are needed by the examples and test programs:
- Added `glfwPostEmptyEvent` for allowing secondary threads to cause
`glfwWaitEvents` to return
- Added `empty` test program for verifying posting of empty events
- Added `glfwGetWindowFrameSize` for retrieving the size of the frame around
the client area of a window
- Added `GLFW_INCLUDE_ES31` for including the OpenGL ES 3.1 header
- Bugfix: The debug context attribute was set from `GL_ARB_debug_output` even
when a debug context had not been requested