SDL-mirror/src/events
Sam Lantinga 44dbed38ac Fixed bug 2129 - fix for bug 2121 breaks linking for mingw and throws multiple warnings
Andreas Ertelt

The problem in question is caused by changeset 7771 (http://hg.libsdl.org/SDL/rev/4434498bf4b9 / https://bugzilla.libsdl.org/show_bug.cgi?id=2121)

The redefinition of __inline__ (introduced by the addition of begin_code.h:128's "|| __STRICT_ANSI__") results in mingw's gcc throwing multiple

   warning: always_inline function might not be inlinable [-Wattributes]

as well as a whole bunch of redefinitions of mingw internals which break linking of projects including the SDL2 headers.
2013-10-20 21:56:15 -07:00
..
blank_cursor.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
default_cursor.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
scancodes_darwin.h Added scancodes for F17, F18, F19 on a Mac keyboard 2013-08-06 12:56:47 -07:00
scancodes_linux.h Happy New Year! 2013-02-15 08:47:44 -08:00
scancodes_windows.h More non C89 compliant comments 2013-08-20 20:34:40 -03:00
scancodes_xfree86.h Fixed a number of missing keys in the X11 keyboard mapping. 2013-08-06 18:19:34 -07:00
SDL_clipboardevents.c Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_clipboardevents_c.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_dropevents.c Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_dropevents_c.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_events.c Fixed bug 2129 - fix for bug 2121 breaks linking for mingw and throws multiple warnings 2013-10-20 21:56:15 -07:00
SDL_events_c.h Added mobile application events, with implementations for iOS and Android 2013-05-18 12:48:50 -07:00
SDL_gesture.c OCD fixes: Adds a space after /* (glory to regular expressions!) 2013-08-21 09:47:10 -03:00
SDL_gesture_c.h Updated touch API 2013-03-03 01:01:33 -08:00
SDL_keyboard.c SDL_TEXTINPUT support for EVDEV 2013-10-03 10:28:10 -03:00
SDL_keyboard_c.h SDL_TEXTINPUT support for EVDEV 2013-10-03 10:28:10 -03:00
SDL_mouse.c Raspberry Pi support (also unified UDEV and EVDEV support) 2013-09-28 13:28:19 -03:00
SDL_mouse_c.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_quit.c Added mobile application events, with implementations for iOS and Android 2013-05-18 12:48:50 -07:00
SDL_sysevents.h Fixed some __BEOS__ vs __HAIKU__ preprocessor tests (thanks, Axel!). 2013-07-05 01:09:27 -04:00
SDL_touch.c Christoph Mallon: Remove pointless if (x) before SDL_free(x) 2013-08-29 08:29:21 -07:00
SDL_touch_c.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_windowevents.c Backed out changeset 3f487d7d2d1d 2013-08-08 13:22:21 -07:00
SDL_windowevents_c.h Happy New Year! 2013-02-15 08:47:44 -08:00