mirror of
https://github.com/brl/mutter.git
synced 2025-03-23 19:53:52 +00:00

Popups could not set the cursor image, because the cursor tracker would ignore window cursors if we had a popup active. The correct condition to check for is already in should_block_wayland. Rename this to the more sensible name windows_are_interactable, and use it in the cursor tracker.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%