diff --git a/Multiple-copy-issues.md b/Multiple-copy-issues.md index a25be35..cfaccab 100644 --- a/Multiple-copy-issues.md +++ b/Multiple-copy-issues.md @@ -1,3 +1,5 @@ +This is a collection of issues caused by having multiple copies of GLFW in use in the same process, whether the same version or different ones. + ## Context API TLS Each copy of GLFW assumes nothing else makes a context current and that the context API's TLS slot remains in sync with its own.