mattkae / miracle-wm

Miracle is a Wayland tiling window manager built on Mir

Home Page:https://mattkae.github.io/miracle-wm-wiki/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Border appears above window in the screenshot (probably no support for stencil...)

mattkae opened this issue · comments

The Renderer's surface does not provide any depth or stencil buffers, so rendering the border doesn't work. A temporary solution would be to render 4 squares, but perhaps we should refactor the Renderer code before doing that, since it's gotten a bit out of hand.

This would be fixed by canonical/mir#3438, if it can be