Skip to content

backend/drm: check drm_surface_make_current return value

drm_connector_set_cursor wasn't checking the return value of the drm_surface_make_current call. On failure, this results in a failed assertion in wlr_renderer_begin (because no rendering context is current).

Merge request reports