Skip to content

xwayland: fix error path when modifier is not supported

Simon Ser requested to merge emersion/xserver:wl-buffer-error-path into master

When the modifier is not supported by the compositor, and the DMA-BUF contains multiple planes, xwl_pixmap->buffer is NULL. Avoid crashing when calling wl_buffer_add_listener().

Merge request reports