
30 Dec
2003
30 Dec
'03
12:10 a.m.
i was not able to use motionCallback and passiveMotionCallback together. (runtime test) it seems to be just a typical copy-paste-bug. coeus@titan ~/Documents/haskell/ghc-6.2/libraries/GLUT/Graphics/UI/GLUT/Callbacks $ diff Window.hs.old Window.hs.new 495c495 < setCallback MotionCB glutPassiveMotionFunc (makeMotionCallback . unmarshal) ---
setCallback PassiveMotionCB glutPassiveMotionFunc (makeMotionCallback . unmarshal) coeus@titan ~/Documents/haskell/ghc-6.2/libraries/GLUT/Graphics/UI/GLUT/Callbacks $