kiwmi icon indicating copy to clipboard operation
kiwmi copied to clipboard

Create seemingly necessary subcompositor

Open gwimm opened this issue 2 years ago • 1 comments

Both alacritty and foot want them, tinywl does it, so kiwmi now does it.

gwimm avatar Jan 27 '23 22:01 gwimm

The subcompositor not being created is a breaking change that wlroots 0.16.0 introduced: https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.16.0:

wlr_subcompositor is not created automatically anymore on calling wlr_compositor_create(); use wlr_subcompositor_create().

As such, this should not be a separate PR, but included together with #71

kuruczgy avatar Apr 01 '23 19:04 kuruczgy