SDL: set a hint to not bypass the window compositor
commit8c2b816fc5bf9d30138ac068d1665e473c7cb4bf
authorSebastian Krzyszkowiak <dos@dosowisko.net>
Wed, 24 Oct 2018 14:37:48 +0000 (24 16:37 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 29 Oct 2018 13:38:17 +0000 (29 14:38 +0100)
tree75b0888119fdd87e2852379a9f5e701503e719a9
parent285278ca785f5fa9a570927e1c0958a2ca2b2150
SDL: set a hint to not bypass the window compositor

Without that, window effects in KWin get suspended as soon as any
qemu-sdl window becomes visible. While the SDL default makes sense
for games, it's not really suitable for QEMU.

Signed-off-by: Sebastian Krzyszkowiak <dos@dosowisko.net>
Message-id: 20181024143748.4425-1-dos@dosowisko.net
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/sdl2.c