Skip to content

rootston: surface_at: check for fullscreen surfaces in between TOP and OVERLAY layers

Sebastian Krzyszkowiak requested to merge github/fork/dos1/surface_at-fix into master

Input order didn't match rendering order, causing pointer events to go into surfaces that were completely obscured by others (like a LAYER_TOP panel behind a fullscreen window).

Merge request reports