Re: [Qemu-devel] [PULL v2 05/11] sdl2: set window ID

2017-01-12 Thread Stefan Weil
On 01/12/17 18:05, Samuel Thibault wrote: Hello, Gerd Hoffmann, on Thu 12 Jan 2017 16:56:49 +0100, wrote: 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

Re: [Qemu-devel] [PULL v2 05/11] sdl2: set window ID

2017-01-12 Thread Samuel Thibault
Hello, Gerd Hoffmann, on Thu 12 Jan 2017 16:56:49 +0100, wrote: > 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

Re: [Qemu-devel] [PULL v2 05/11] sdl2: set window ID

2017-01-12 Thread Gerd Hoffmann
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 ’ has no member named

Re: [Qemu-devel] [PULL v2 05/11] sdl2: set window ID

2017-01-12 Thread Stefan Weil
This commit breaks builds for Windows. See below for details. Regards Stefan Am 09.01.2017 um 14:09 schrieb Gerd Hoffmann: > From: Samuel Thibault > > This uses the console API to record the window ID of the SDL2 windows. > > Signed-off-by: Samuel Thibault

[Qemu-devel] [PULL v2 05/11] sdl2: set window ID

2017-01-09 Thread Gerd Hoffmann
From: Samuel Thibault This uses the console API to record the window ID of the SDL2 windows. Signed-off-by: Samuel Thibault Message-id: 20161221003806.22412-4-samuel.thiba...@ens-lyon.org Signed-off-by: Gerd Hoffmann