Rolled back peep,poll,wait event. As the data structures have not be implmented prope...
authorKartik Thakore <thakore.kartik@gmail.com>
Thu, 5 Nov 2009 02:02:31 +0000 (21:02 -0500)
committerKartik Thakore <thakore.kartik@gmail.com>
Thu, 5 Nov 2009 02:02:31 +0000 (21:02 -0500)
commit09d4c93b5b9f7860a2400242d6e2a4514ecbb781
treea29dd738f511e22e0c3e0f26cf6243c47004f419
parentb6e896f3cf55bced432b407436dd656e10a27ec9
Rolled back peep,poll,wait event. As the data structures have not be implmented properly. The wstat 11 error before was due to a segv cause by using T_PTR type on SDL_Event * it needs to be O_OBJECT. Please take a look at src/Core/objects/Rect.xs
src/Core/Events.xs
t/core_events.t
typemap