Open heuer opened 8 months ago
The tinywl example is not listening to destroy events of input devices, so the TinywlServer.keyboards list is growing but not shrinking if a keyboard gets destroyed
TinywlServer.keyboards
See https://gitlab.freedesktop.org/wlroots/wlroots/-/blob/master/tinywl/tinywl.c#L272 and https://gitlab.freedesktop.org/wlroots/wlroots/-/blob/master/tinywl/tinywl.c#L234
The tinywl example is not listening to destroy events of input devices, so the
TinywlServer.keyboards
list is growing but not shrinking if a keyboard gets destroyed