Skip to content

waylandsink: Don't create throwaway empty regions

Instead of creating a region, adding nothing to it, setting that as the input region and destroying the region, you can instead just pass NULL to wl_surface_set_input_region for the same effect.

Fixes #702 (closed)

Merge request reports