SDL/src
Sam Lantinga abf9dfd5c2 Fix MakeThreadRealtime DBus method call on Linux, type mismatch due to copy paste.
Nov 02 20:34:15 redcore rtkit-daemon[2825]: Failed to parse MakeThreadRealtime() method call: Argument 1 is specified to be of type "uint32", but is actually of type "int32"
Nov 02 20:34:15 redcore rtkit-daemon[2825]: Failed to parse MakeThreadRealtime() method call: Argument 1 is specified to be of type "uint32", but is actually of type "int32"

Docs:

http://git.0pointer.net/rtkit.git/tree/README

CLIENTS:
        To be able to make use of realtime scheduling clients may
        request so with a small D-Bus interface that is accessible on
        the interface org.freedesktop.RealtimeKit1 as object
        /org/freedesktop/RealtimeKit1 on the service
        org.freedesktop.RealtimeKit1:

                void MakeThreadRealtime(u64 thread_id, u32 priority);

                void MakeThreadHighPriority(u64 thread_id, s32 priority);
2020-11-09 10:11:38 -08:00
..
atomic Add basic support for compiling on RISC OS 2020-02-13 20:50:47 +00:00
audio coreaudio: Remove unnecessary include of CoreServices.h 2020-10-31 11:32:40 -04:00
core Fix MakeThreadRealtime DBus method call on Linux, type mismatch due to copy paste. 2020-11-09 10:11:38 -08:00
cpuinfo SDL_cpuinfo.c (OS2): undefine HAVE_SYSCTLBYNAME 2020-10-10 20:50:02 +03:00
dynapi Added SDL_JoystickHasLED 2020-11-05 11:07:54 -08:00
events os2: integrate the port into main tree. 2020-10-14 23:01:06 +03:00
file Fixed compile warning 2020-02-10 13:59:05 -08:00
filesystem os2: a _lot_ of coding style cleanup, sot that they match the SDL style. 2020-10-15 21:37:30 +03:00
haptic cmake: Fix building with -DSDL_HAPTIC=Off 2020-07-08 17:28:34 +02:00
hidapi hid: Add Microsoft Precision Mouse to the joystick blacklist. 2020-05-06 03:18:25 -04:00
joystick Fixed duplicated switch statement processing Xbox controller dpad state 2020-11-08 23:49:03 -08:00
libm k_rem_pio2.c: fix typo in second memset(): iq, not q. fixes bug #5309. 2020-10-08 11:51:02 +03:00
loadso os2: a _lot_ of coding style cleanup, sot that they match the SDL style. 2020-10-15 21:37:30 +03:00
locale windows/SDL_syslocale.c: make it build against older SDKs. 2020-10-06 00:20:20 +03:00
main locale: Implemented SDL_GetPreferredLocales(). 2020-05-04 02:27:29 -04:00
misc riscos: Implement SDL_OpenURL() 2020-10-11 17:32:32 +01:00
power Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
render opengl: Make diagonal lines match the software renderer. 2020-11-08 20:57:17 -05:00
sensor Fixed bug 5126 - MinGW compile error SDL_windowssensor.c 2020-06-17 10:09:07 -07:00
stdlib stdlib: Corrected implementation of SDL_wcsncmp. 2020-07-24 22:24:03 -04:00
test fix watcom build of SDL_test_common.c 2020-06-14 12:05:56 +03:00
thread os2: a _lot_ of coding style cleanup, sot that they match the SDL style. 2020-10-15 21:37:30 +03:00
timer os2: a _lot_ of coding style cleanup, sot that they match the SDL style. 2020-10-15 21:37:30 +03:00
video Fixed bug 5339 - Minor memory leak in SDL_x11events.c 2020-11-08 23:40:17 -08:00
SDL.c os2: integrate the port into main tree. 2020-10-14 23:01:06 +03:00
SDL_assert.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_assert_c.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_dataqueue.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_dataqueue.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_error.c SDL_error: simplified error string management. 2020-04-21 01:30:36 -04:00
SDL_error_c.h SDL_error: simplified error string management. 2020-04-21 01:30:36 -04:00
SDL_hints.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_hints_c.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_internal.h Added SDL_log.h to SDL_internal.h so logging is available everywhere 2020-04-07 09:38:57 -07:00
SDL_log.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00