[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] egl-helpers.h: add a missing X11 include
From: |
Gerd Hoffmann |
Subject: |
Re: [Qemu-devel] [PATCH] egl-helpers.h: add a missing X11 include |
Date: |
Wed, 16 Jan 2019 06:53:11 +0100 |
User-agent: |
NeoMutt/20180716 |
On Tue, Jan 15, 2019 at 09:47:08PM +0100, Alexander Kanavin wrote:
> On Tue, 15 Jan 2019 at 20:58, Philippe Mathieu-Daudé <address@hidden> wrote:
> > Cc'ing Gerd (the maintainer) and Marc-André.
> >
> > > | EGLSurface qemu_egl_init_surface_x11(EGLContext ectx, Window win);
> > > | ^~~~~~
> > > | minor
> > <epoxy/egl.h> includes <EGL/eglplatform.h> which contains:
> >
> > #if defined(MESA_EGL_NO_X11_HEADERS)
> > typedef void *EGLNativeDisplayType;
> > typedef khronos_uintptr_t EGLNativePixmapType;
> > typedef khronos_uintptr_t EGLNativeWindowType;
> > #else
> > /* X11 (tentative) */
> > #include <X11/Xlib.h>
> >
> > So Window should already be declared.
>
> Hello Philippe,
>
> we build mesa explicitly using "--with-platforms='drm surfaceless'"
> (x11 is not in the list), which means MESA_EGL_NO_X11_HEADERS is
> indeed defined according to [1]. We also enable opengl and gtk in
> qemu.
Hmm, should we use EGLNativeWindowType instead of Window then?
cheers,
Gerd
Re: [Qemu-devel] [PATCH] egl-helpers.h: add a missing X11 include, no-reply, 2019/01/20