Supreeeme / xwayland-satellite

Xwayland outside your Wayland
Mozilla Public License 2.0
166 stars 8 forks source link

fix crash when handling events with stale HopSlotMap key #29

Closed galister closed 3 months ago

galister commented 3 months ago

all this does is switch the HopSlotMap access from indexed to checked, except in places where we handle the creation of a window, etc.

fixes crashes with Unity.

fixes https://github.com/Supreeeme/xwayland-satellite/issues/25

Supreeeme commented 3 months ago

Sorry for the delay, I forgor 💀 Thanks!