mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 14:53:03 +00:00
Jasper St. Pierre
7e431bd6bc
Revert "pointer: Repick after the focused surface is destroyed"
This reverts commit e496ed50d6b127a57cfc189bad19a32564fde46b. This was incorrect. wl_surface_destructor actually does the full repick -- doing it here is dangerous, because the destroy listeners actually run *before* the destructor, not after, so the surface is still alive.
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%