Skip to content

bugfix: fix cursor software rendering fallback

Simon Ser requested to merge github/fork/acrisci/bug/fix-software-cursor into master

Created by: acrisci

wlr_surface_attach_pixels() expects a wl_shm_format but a GL format was given. This caused a bug where software rendering of the cursor would fail when no pixel format can be found.

Merge request reports

Loading