qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] sdl2: Work around SDL2 SDL_ShowWindow() bug
@ 2014-12-12  9:52 Max Reitz
  2014-12-12  9:52 ` [Qemu-devel] [PATCH 1/2] sdl2: Use correct sdl2_console for window events Max Reitz
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Max Reitz @ 2014-12-12  9:52 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann, Anthony Liguori, Max Reitz

For the bug (it at least seems to me like one), see:
https://bugzilla.libsdl.org/show_bug.cgi?id=2818

To reproduce it in qemu, try pressing ctrl-alt-2 five times (or
whichever your key combination for showing/hiding the monitor window
is).

Normally, the window should be shown, hidden, shown, hidden and shown
again. However, it will instead be shown, hidden, stay hidden, stay
hidden and then be shown. This series fixes this.

This series depends on Gerd's series
"sdl2: fixes, cleanups and opengl preparation."


Max Reitz (2):
  sdl2: Use correct sdl2_console for window events
  sdl2: Work around SDL2 SDL_ShowWindow() bug

 ui/sdl2.c | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

-- 
1.9.3

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-12-12 11:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-12  9:52 [Qemu-devel] [PATCH 0/2] sdl2: Work around SDL2 SDL_ShowWindow() bug Max Reitz
2014-12-12  9:52 ` [Qemu-devel] [PATCH 1/2] sdl2: Use correct sdl2_console for window events Max Reitz
2014-12-12  9:52 ` [Qemu-devel] [PATCH 2/2] sdl2: Work around SDL2 SDL_ShowWindow() bug Max Reitz
2014-12-12 11:17 ` [Qemu-devel] [PATCH 0/2] " Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).