Skip to content

egl: drop confusing mincore() error message

Eric Engestrom requested to merge eric/mesa:mincore-silence into master

A user came to me asking how to fix this error, but it's entirely expected that get_wl_surface_proxy() on recent enough wayland compositors will always print it.

Let's just remove the message altogether, it is basically never useful.

Merge request reports