On 2019/09/22 09:46, Thomas Frohwein wrote: > CVSROOT: /cvs > Module name: ports > Changes by: [email protected] 2019/09/22 09:46:26 > > Modified files: > devel/sdl2 : Makefile distinfo > devel/sdl2/patches: patch-Makefile_in patch-src_SDL_c > patch-src_joystick_SDL_gamecontroller_c > patch-src_video_SDL_egl_c > Removed files: > devel/sdl2/patches: patch-src_joystick_bsd_SDL_sysjoystick_c > > Log message: > update to sdl2 2.0.10 > > testing and ok brynet@ >
Changelog says: * Removed SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH (replaced by SDL_HINT_MOUSE_TOUCH_EVENTS and SDL_HINT_TOUCH_MOUSE_EVENTS) SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH=1, should be replaced by setting both previous hints to 0. SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH=0, should be replaced by setting both previous hints to 1. As a result of this removal, the update breaks games/julius and games/freedink/game.
