mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-07 13:29:59 -05:00
feat: scenefx blur shadow corner radius and opacity
This commit is contained in:
parent
d892b1048f
commit
55f82231a6
5 changed files with 588 additions and 230 deletions
|
|
@ -308,9 +308,7 @@ static inline void client_send_close(Client *c) {
|
|||
|
||||
static inline void client_set_border_color(Client *c,
|
||||
const float color[static 4]) {
|
||||
int i;
|
||||
for (i = 0; i < 4; i++)
|
||||
wlr_scene_rect_set_color(c->border[i], color);
|
||||
wlr_scene_rect_set_color(c->border, color);
|
||||
}
|
||||
|
||||
static inline void client_set_fullscreen(Client *c, int fullscreen) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue