mattkae / miracle-wm

Miracle is a Wayland tiling window manager built on Mir
https://mattkae.github.io/miracle-wm-wiki/latest/
GNU General Public License v3.0
335 stars 11 forks source link

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

Open mattkae opened 2 months ago

mattkae commented 2 months ago

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.

mattkae commented 2 months ago

This would be fixed by https://github.com/canonical/mir/issues/3438, if it can be