feat: allow fullscreen windows to have opacity

This commit is contained in:
0xWal 2026-01-17 12:57:25 +03:00
parent bc1f310e1c
commit 7e9061c96b
No known key found for this signature in database
GPG key ID: A8D8EFF2FCD04299
5 changed files with 13 additions and 2 deletions

View file

@ -936,11 +936,11 @@ static struct wl_listener xwayland_ready = {.notify = xwaylandready};
static struct wlr_xwayland *xwayland;
#endif
#include "config/parse_config.h"
#include "animation/client.h"
#include "animation/common.h"
#include "animation/layer.h"
#include "animation/tag.h"
#include "config/parse_config.h"
#include "dispatch/bind_define.h"
#include "ext-protocol/all.h"
#include "fetch/fetch.h"