patchset 1
This commit is contained in:
parent
a2d03cf618
commit
47a1135b59
19 changed files with 7580 additions and 141 deletions
6
client.h
6
client.h
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue