http://bugs.winehq.org/show_bug.cgi?id=1181
Oli Vhann3000@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Vhann3000@gmail.com
--- Comment #20 from Oli Vhann3000@gmail.com 2009-04-08 20:12:23 --- (In reply to comment #19)
(In reply to comment #16) This test is kind of useless. It doesn't show on API level what SDL library is doing.
Besides I think this is totally unrelated problem - of application not having event loop thus not receiving any input from X.
The program does have an event loop ( 'SDL_WaitEvent( &event )' ), but forget it, I forgot Windows applications don't use the terminal as 'stdout', but rather write to 'stdout.txt' file in the executable directory. In short, both programs work, my bad (so yeah, I probably did not even understand the case here), sorry.