mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
Tweak theme a bit
This commit is contained in:
parent
2cbedd1874
commit
7d7b5dbf4d
2 changed files with 28 additions and 26 deletions
|
|
@ -37,7 +37,7 @@ blur_surface(cairo_surface_t *surface, int margin)
|
|||
uint8_t *src, *dst;
|
||||
uint32_t *s, *d, a, p;
|
||||
int i, j, k, size, half;
|
||||
uint8_t kernel[17];
|
||||
uint8_t kernel[35];
|
||||
double f;
|
||||
|
||||
size = ARRAY_LENGTH(kernel);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue