SDL/src/events
Sam Lantinga e9eb7ecd08 Fixed bug 2430 - Missing initialization of the variable 'centroid' inside SDL_GestureAddTouch
klose

File: SDL_gesture.c
Method: SDL_GestureAddTouch

When a new SDL_GestureTouch element is added to the global SDL_gestureTouch array the variable 'centroid' of the new element is not initialized.

The problem is that this variable is read isndie SDL_GestureProcessEvent when a SDL_FINGERDOWN event occurs.
2014-03-06 20:02:17 -08:00
..
SDL_clipboardevents.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_clipboardevents_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_dropevents.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_dropevents_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_events.c Fixed bug 2414 - Execute event watchers in the order they were added 2014-02-22 15:27:11 -08:00
SDL_events_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_gesture.c Fixed bug 2430 - Missing initialization of the variable 'centroid' inside SDL_GestureAddTouch 2014-03-06 20:02:17 -08:00
SDL_gesture_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_keyboard.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_keyboard_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_mouse.c Fixed bug 2368 - Security Software is blocking RegisterRawInputDevices() 2014-03-01 09:59:06 -08:00
SDL_mouse_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_quit.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_sysevents.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_touch.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_touch_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_windowevents.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_windowevents_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
blank_cursor.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
default_cursor.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
scancodes_darwin.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
scancodes_linux.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
scancodes_windows.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
scancodes_xfree86.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00