Skip to content

eglut_wayland: give error when wl-shell is not supported

Erik Faye-Lund requested to merge kusma/mesa-demos:eglut-error-handling into main

Instead of crashing and burning far down in the wayland code due to a null-pointer being passed, let's give the user a graceful error message about what went wrong.

Merge request reports