hikari wayland compositor (https://hikari.acmelabs.space)

#40wlroots 0.15.x: Mouse input going to the wrong views

An issue I noticed with hikari 2.3.3 and the update for wlroots 0.15.x.
Luckily I noticed it until now with Steam and GIMP.
With steam, when a game is launched, the mouse interactions do stuff with the actual steam program instead of the game, even with CSA+g. Move it away from the steam window and it works, until the mouse is over the window again. Even if steam and the game are on separate workspaces.

And that also applies for GIMP. If using the multi window modus, every window of gimp is "stealing" the mouse input. Even worse, it interacts with other apps. In this case with thunar (another GTK3 app). If there is another GIMP or thunar window directly behind the current active gimp window, the mouse button interactions will go to one of these. Symptoms like, not able to confirm actions, working on the wrong picture, moving files instead of marking an area in a picture. Pushing views to another workspace doesn't help.

Some kind of ordering issue? From parent to children?
Is it something which could be fixed with the introduction of the wlroots scene-graph API?