mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
Set startup color to black.
This commit is contained in:
parent
c13ada98de
commit
0fb513fb85
1 changed files with 1 additions and 1 deletions
2
output.c
2
output.c
|
|
@ -224,7 +224,7 @@ handle_output_damage_frame(struct wl_listener *listener, void *data)
|
|||
}
|
||||
#endif
|
||||
|
||||
float color[4] = {0.3, 0.3, 0.3, 1.0};
|
||||
float color[4] = {0, 0, 0, 1.0};
|
||||
int nrects;
|
||||
pixman_box32_t *rects = pixman_region32_rectangles(&buffer_damage, &nrects);
|
||||
for (int i = 0; i < nrects; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue