back: no effect

This commit is contained in:
DreamMaoMao 2025-07-09 11:44:04 +08:00
parent e374e9c530
commit 43081f385e
8 changed files with 62 additions and 578 deletions

View file

@ -308,7 +308,9 @@ static inline void client_send_close(Client *c) {
static inline void client_set_border_color(Client *c,
const float color[static 4]) {
wlr_scene_rect_set_color(c->border, color);
int i;
for (i = 0; i < 4; i++)
wlr_scene_rect_set_color(c->border[i], color);
}
static inline void client_set_fullscreen(Client *c, int fullscreen) {