id,summary,reporter,owner,description,type,status,priority,component,version,resolution,keywords,cc,game 69,patch for backward-compatbiliity with sdl 1.0.x,SF/grigorig,SF/ender,"{{{#!Markdown this small patch against sdl.cpp should give backwards compatibility for sdl 1.0.x \----------schnipp---------------------------- 139c139 < if \(event.button.button==SDL\_BUTTON\(1\)\) \--- > if \(event.button.button==SDL\_BUTTON\_LEFT\) 141c141 < else if \(event.button.button==SDL\_BUTTON\(3\)\) \--- > else if \(event.button.button==SDL\_BUTTON\_RIGHT\) 145c145 < if \(event.button.button==SDL\_BUTTON\(1\)\) \--- > if \(event.button.button==SDL\_BUTTON\_LEFT\) 147c147 < else if \(event.button.button==SDL\_BUTTON\(3\)\) \--- > else if \(event.button.button==SDL\_BUTTON\_RIGHT\) 509c509 < SDL\_ShowCursor\(0\); \--- > SDL\_ShowCursor\(SDL\_DISABLE\); \--------------------schnapp------------------ works nicely for me under freebsd 4.5 }}} {{{#!div style=""font-size: 75%"" Ticket imported from: !#514390. Ticket imported from: bugs/69. }}}",defect,closed,normal,Ports,,,,,