patchset 1

This commit is contained in:
Xory 2026-03-15 18:22:56 +02:00
parent a2d03cf618
commit 47a1135b59
19 changed files with 7580 additions and 141 deletions

View file

@ -318,6 +318,12 @@ client_set_border_color(Client *c, const float color[static 4])
wlr_scene_rect_set_color(c->border[i], color);
}
static inline void
client_set_dimmer_state(Client *c, const int dim)
{
wlr_scene_node_set_enabled(&c->dimmer->node, DIMOPT && !c->neverdim && dim);
}
static inline void
client_set_fullscreen(Client *c, int fullscreen)
{