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
/qemu/ui/sdl
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 ‘sdl_di
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 ‘x11
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
> Message-id: 20161221003806.22412-4
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
---
ui/sdl2.c | 7 +++
1 file changed, 7 insertions(+)
diff --git a/ui/