Volker Rümelin 7dafc6793a ui/sdl2: start in full screen with grab enabled
QEMU with SDL 1.2 display used to enable keyboard and mouse grab-
bing when started in full screen. The SDL 2.0 code tries to do
the same but fails to enable grabbing because sdl_grab_start(0)
returns early. To do it's work the sdl_grab_start() function
needs a pointer to a sdl2_console structure.

Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Message-id: 20200516072014.7766-7-vr_qemu@t-online.de
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2020-05-19 09:06:44 +02:00
..
2017-10-17 10:25:42 +02:00
2019-03-11 08:39:02 +01:00
2019-09-17 13:42:02 +02:00
2019-09-17 13:42:02 +02:00
2019-08-16 13:31:52 +02:00
2020-01-02 13:54:57 +04:00
2017-07-27 14:23:09 +02:00
2019-08-16 13:31:52 +02:00
2016-02-04 17:01:04 +00:00
2019-02-05 16:50:18 +01:00