SDL/src
Ryan C. Gordon fd638d4de7 SDL_WarpMouseGlobal() should return non-void.
There are platforms it isn't implemented on (and currently can't be
implemented on!), and there's currently no way for an app to know this.

This shouldn't break ABI on apps that moved to a revision between 2.0.3 and
2.0.4.
2015-07-17 21:03:58 -04:00
..
atomic Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
audio Fixed assertion failure in diskaudio target caused by new hotplugging support. 2015-06-30 13:46:06 -04:00
core Fixed whitespace in SDL_evdev.c 2015-06-24 17:55:38 -07:00
cpuinfo Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
dynapi SDL_WarpMouseGlobal() should return non-void. 2015-07-17 21:03:58 -04:00
events SDL_WarpMouseGlobal() should return non-void. 2015-07-17 21:03:58 -04:00
file Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
filesystem Windows SDL_GetBasePath: free string on failure. 2015-05-28 15:36:27 -04:00
haptic Haptic/Linux: Keep track of device numbers properly to track duplicates. 2015-06-16 00:57:45 -04:00
joystick Fixed bug 2948 - [Android] Arrow keys from external keyboard are not received 2015-06-17 00:00:53 -07:00
libm Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
loadso Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
main Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
power Linux: Implemented sysfs-based version of SDL_GetPowerInfo(). 2015-06-03 13:11:28 -07:00
render Fixed compiler warning about shadowed local variables. 2015-06-23 01:44:44 -04:00
stdlib Let's assume that if VS2005 and VS2010 do it, VS2008 probably does, too. 2015-06-07 20:00:20 -04:00
test Fixed memory leak in test harness. 2015-07-06 21:02:20 +02:00
thread PSP: Fixed error handling in SDL_SemWaitTimeout(). 2015-07-15 21:11:24 +02:00
timer Use CLOCK_MONOTONIC_RAW, if available, which is not subject to adjustment by NTP 2015-06-19 23:49:00 -07:00
video SDL_WarpMouseGlobal() should return non-void. 2015-07-17 21:03:58 -04:00
SDL_assert_c.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_assert.c Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_error_c.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_error.c Fixed bug 2210 - Initializing Video produces unnecessary errors 2015-05-28 12:31:25 -07:00
SDL_hints.c Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_internal.h Updated the copyright year to 2015 2015-05-26 06:27:46 -07:00
SDL_log.c Windows: Fixed wrong debugger output if logging empty string as info or warning. 2015-07-16 21:31:21 +02:00
SDL.c Stack hint should look for 0, not -1, and not care about environment variables. 2015-05-26 21:19:23 -04:00