mirror of
https://github.com/brl/mutter.git
synced 2025-03-13 14:55:05 +00:00

When we're unredirected, we don't have a pixmap, and thus our allocation becomes 0x0. So when events come in, they pass right through our actor, going to the one underneath in the stack. Fix this by having a fallback size on the shaped texture actor when we're unredirected, causing it to always have a valid allocation. This fixes clicking on stuff in sloppy / mouse mode focus.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%