SDL/src/video/wayland
Brandon Schaefer f9192ab8fc wayland: Do not try to lock on an invalid pointer
This happens if you try to lock the pointer and (caps & WL_SEAT_CAPABILITY_POINTER) is false
Leading to input->pointer being NULL which ends up bringing the wayland client down (at lease on weston)
2018-12-06 10:39:33 -05:00
..
SDL_waylandclipboard.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_waylandclipboard.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_waylanddatamanager.c Patched to compile on Linux with --disable-threads. 2018-12-01 10:36:26 -05:00
SDL_waylanddatamanager.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_waylanddyn.c revert the recent typecast assignment changes (see bug #4079) 2018-02-12 17:00:00 +03:00
SDL_waylanddyn.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_waylandevents.c wayland: Do not try to lock on an invalid pointer 2018-12-06 10:39:33 -05:00
SDL_waylandevents_c.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_waylandmouse.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_waylandmouse.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_waylandopengles.c wayland: fix resizing and fullscreen toggling 2018-11-07 01:08:35 +01:00
SDL_waylandopengles.h Fixed ISO C99 compatibility 2018-01-30 18:08:34 -08:00
SDL_waylandsym.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_waylandtouch.c Add SDL_TouchDeviceType enum and SDL_GetTouchDeviceType(SDL_TouchID id). 2018-11-10 16:15:48 -04:00
SDL_waylandtouch.h Add and update include guards 2018-10-28 21:36:48 +01:00
SDL_waylandvideo.c wayland: ask xdg-decoration protocol extension to use server-side decorations if possible. 2018-11-04 21:08:40 +01:00
SDL_waylandvideo.h egl: Don't force X11 support when testing for EGL. 2018-12-05 16:53:15 -05:00
SDL_waylandvulkan.c revert the recent typecast assignment changes (see bug #4079) 2018-02-12 17:00:00 +03:00
SDL_waylandvulkan.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_waylandwindow.c wayland: fix resizing and fullscreen toggling 2018-11-07 01:08:35 +01:00
SDL_waylandwindow.h wayland: Send SDL_TOUCH_MOUSEID mouse events for touches. 2018-12-05 16:49:38 -05:00