]> git.proxmox.com Git - mirror_qemu.git/commit - ui/egl-helpers.c
egl-helpers.h: do not depend on X11 Window type, use EGLNativeWindowType
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 16 Jan 2019 11:37:51 +0000 (12:37 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 21 Jan 2019 08:44:32 +0000 (09:44 +0100)
commitfbd57c754f32804a63295f70f271d1ef128ee590
tree6d6627b042d9b01e17856a81f6ce32bc5dbc3e1e
parent61e77a5f0c788495566aecb437bcf6b2cf9cda97
egl-helpers.h: do not depend on X11 Window type, use EGLNativeWindowType

It was assumed that mesa provides the necessary X11 includes,
but it is not always the case, as it can be configured without x11 support.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20190116113751.17177-1-alex.kanavin@gmail.com

[ kraxel: codestyle fix (long line) ]

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
include/ui/egl-helpers.h
ui/egl-helpers.c
ui/gtk-egl.c