packages feed

gloss 1.10.2.3 → 1.10.2.5

raw patch · 2 files changed

+7/−5 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
@@ -134,10 +134,12 @@                           (fromIntegral sizeY)            FullScreen (sizeX, sizeY) -> -            do GLUT.gameModeCapabilities $= -                 [ GLUT.Where' GLUT.GameModeWidth GLUT.IsEqualTo sizeX-                 , GLUT.Where' GLUT.GameModeHeight GLUT.IsEqualTo sizeY ]-               void $ GLUT.enterGameMode+            do GLUT.initialWindowSize+                     $= GL.Size+                          (fromIntegral sizeX)+                          (fromIntegral sizeY)+               _ <- GLUT.createWindow "Gloss Application"+               GLUT.fullScreen          --  Switch some things.         --  auto repeat interferes with key up / key down checks.
gloss.cabal view
@@ -1,5 +1,5 @@ Name:                gloss-Version:             1.10.2.3+Version:             1.10.2.5 License:             MIT License-file:        LICENSE Author:              Ben Lippmeier