miracle-wm-org / miracle-wm

Miracle is a Wayland tiling window manager built on Mir
https://miracle-wm.org
GNU General Public License v3.0
418 stars 14 forks source link

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

Open mattkae opened 5 months ago

mattkae commented 5 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 5 months ago

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