This commit is contained in:
IoI_xD 2026-03-26 15:17:01 -07:00 committed by Nishi
commit 548d6c46fd
3 changed files with 82 additions and 72 deletions

View file

@ -1719,6 +1719,7 @@ static MwLL MwLLCreateImpl(MwLL parent, int x, int y, int width, int height) {
r = malloc(sizeof(*r));
memset(r, 0, sizeof(*r));
MwLLCreateCommon(r);
r->common.supports_transparency = MwTRUE;
widget_setup(r, parent, x, y, width, height, MWLL_WAYLAND_UNKNOWN);