mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-09 13:29:48 -05:00
Add a FIXME for when we have a working fbconfig chooser.
This commit is contained in:
parent
b8bf19b7a9
commit
56f3c71f8c
1 changed files with 3 additions and 0 deletions
|
|
@ -142,6 +142,9 @@ void notify_surface_attach(struct wl_compositor *compositor,
|
||||||
if (sd->surface != EGL_NO_SURFACE)
|
if (sd->surface != EGL_NO_SURFACE)
|
||||||
eglDestroySurface(ec->display, sd->surface);
|
eglDestroySurface(ec->display, sd->surface);
|
||||||
|
|
||||||
|
/* FIXME: We need to use a single buffer config without depth
|
||||||
|
* or stencil buffers here to keep egl from creating auxillary
|
||||||
|
* buffers for the pixmap here. */
|
||||||
sd->surface = eglCreatePixmapForName(ec->display, ec->config,
|
sd->surface = eglCreatePixmapForName(ec->display, ec->config,
|
||||||
name, width, height, stride, NULL);
|
name, width, height, stride, NULL);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue