gloss 1.7.2.1 → 1.7.3.1
raw patch · 2 files changed
+6/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
Graphics/Gloss/Internals/Interface/Backend/GLUT.hs view
@@ -189,7 +189,11 @@ -- swap front and back buffers GLUT.swapBuffers- GLUT.reportErrors++ -- Don't report errors by default.+ -- The windows OpenGL implementation seems to complain for no reason. + -- GLUT.reportErrors+ return () -- Reshape Callback -----------------------------------------------------------
gloss.cabal view
@@ -1,5 +1,5 @@ Name: gloss-Version: 1.7.2.1+Version: 1.7.3.1 License: MIT License-file: LICENSE Author: Ben Lippmeier