Make the GfxClear handler work.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 24 Aug 2009 18:42:25 +0000 (20:42 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 24 Aug 2009 18:42:25 +0000 (20:42 +0200)
commit91c7f38f11d53b661298e723341665b4308fb38a
tree1202db1d0b93631c43704538f529b5c790f133de
parentea597e505a69974dfd35dd2728b1e9f3bb109fa9
Make the GfxClear handler work.

This adds a gfxHandler wrapper that takes care of getting in the Render
monad and redrawing the window after drawing. It also ensures that
initial events are processed after initialization.
FPPrac.hs