Skip to content

clients/simple-dmabuf-feedback: fix bound global versions

Simon Ser requested to merge emersion/weston:dmabuf-feedback-global-version into main

It's invalid for a client to pass the compositor's supported version directly to wl_registry_bind. For instance, under wlroots the client will bind to wl_output version 4 and crash because it doesn't handle the new "name" event.

Signed-off-by: Simon Ser contact@emersion.fr

cc @leandrohrb

Edited by Simon Ser

Merge request reports