On Do, 2017-01-12 at 16:10 +0100, Stefan Weil wrote: > This commit breaks builds for Windows. See below for details.
> Windows does not use X11. gcc fails: > > CC ui/sdl2.o > /qemu/ui/sdl2.c: In function ‘sdl_display_init’: > /qemu/ui/sdl2.c:821:54: error: ‘union <anonymous>’ has no member named ‘x11’ > qemu_console_set_window_id(con, info.info.x11.window); Oops. Any chance you can look into this? sdl1 builds, and IIRC it has #ifdefs to support qemu_console_set_window_id on windows too, which can possibly ported over to sdl2 ... thanks, Gerd
