Ryujinx-SDL/src/video/wayland
Tudor Brindus c094332825 wayland: defer pointer confine creation until pointer unlock
It is a protocol error to attempt to create a pointer confine (i.e.
`SDL_SetWindowGrab`) while a locked pointer is active, and vice-versa.
Instead of aborting due to a protocol error, this commit makes SDL
gracefully downgrade locked pointers to confines when appropriate.
2020-07-21 13:14:24 -04:00
..
SDL_waylandclipboard.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_waylandclipboard.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_waylanddatamanager.c wayland: Move buffer copy into mime_data_list_add() 2020-05-28 14:57:10 -04:00
SDL_waylanddatamanager.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_waylanddyn.c Added SDL_log.h to SDL_internal.h so logging is available everywhere 2020-04-07 09:38:57 -07:00
SDL_waylanddyn.h wayland: Fix building with -fno-common (which is now the default in GCC 10). 2020-02-10 23:48:06 -05:00
SDL_waylandevents_c.h wayland: add support for SDL_SetWindowGrab 2020-04-17 13:55:44 -04:00
SDL_waylandevents.c wayland: defer pointer confine creation until pointer unlock 2020-07-21 13:14:24 -04:00
SDL_waylandmouse.c wayland: assert that mmap() didn't return NULL. 2020-05-28 14:47:55 -04:00
SDL_waylandmouse.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_waylandopengles.c wayland: Don't delay pending surface resize handling on Vulkan. 2020-02-14 00:58:36 -05:00
SDL_waylandopengles.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_waylandsym.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_waylandtouch.c Added SDL_log.h to SDL_internal.h so logging is available everywhere 2020-04-07 09:38:57 -07:00
SDL_waylandtouch.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_waylandvideo.c Reuse Wayland connection from availability check 2020-07-14 19:18:16 -04:00
SDL_waylandvideo.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_waylandvulkan.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_waylandvulkan.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_waylandwindow.c Fixed build warning 2020-06-04 09:13:49 -07:00
SDL_waylandwindow.h wayland: add support for SDL_SetWindowGrab 2020-04-17 13:55:44 -04:00