aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Spear.lkshw2
-rw-r--r--Spear/App/Application.hs1
2 files changed, 2 insertions, 1 deletions
diff --git a/Spear.lkshw b/Spear.lkshw
index 0f8f6de..24a6e94 100644
--- a/Spear.lkshw
+++ b/Spear.lkshw
@@ -1,7 +1,7 @@
1Version of workspace file format: 1Version of workspace file format:
2 1 2 1
3Time of storage: 3Time of storage:
4 "Thu Aug 30 12:40:21 CEST 2012" 4 "Thu Aug 30 12:51:30 CEST 2012"
5Name of the workspace: 5Name of the workspace:
6 "Spear" 6 "Spear"
7File paths of contained packages: 7File paths of contained packages:
diff --git a/Spear/App/Application.hs b/Spear/App/Application.hs
index a547c37..8bab9d4 100644
--- a/Spear/App/Application.hs
+++ b/Spear/App/Application.hs
@@ -65,6 +65,7 @@ setup (w, h) displayBits windowMode (major, minor) onResize' = do
65 GL.viewport $= (Position 0 0, Size (fromIntegral w) (fromIntegral h)) 65 GL.viewport $= (Position 0 0, Size (fromIntegral w) (fromIntegral h))
66 66
67 windowSizeCallback $= (onResize onResize') 67 windowSizeCallback $= (onResize onResize')
68 onResize' (Size (fromIntegral w) (fromIntegral h))
68 69
69 initialiseTimingSubsystem 70 initialiseTimingSubsystem
70 71