Added caveat for context sharing on Windows.

WGL prohibits sharing with contexts current on non-main threads.

Fixes #402.
This commit is contained in:
Camilla Berglund 2014-12-27 21:14:41 +01:00
parent 5964f74e3a
commit b19fb4c24d

View File

@ -1631,6 +1631,9 @@ GLFWAPI void glfwWindowHint(int target, int hint);
* `GLFW_ICON,` it will be set as the icon for the window. If no such icon is
* present, the `IDI_WINLOGO` icon will be used instead.
*
* @remarks __Windows:__ The context to share resources with may not be current
* on any other thread.
*
* @remarks __OS X:__ The GLFW window has no icon, as it is not a document
* window, but the dock icon will be the same as the application bundle's icon.
* For more information on bundles, see the