mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
Optimize blur further, resize gears with window.
This commit is contained in:
parent
29590034f4
commit
e9d550bdd4
2 changed files with 32 additions and 46 deletions
|
|
@ -110,7 +110,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[10];
|
||||
uint8_t kernel[17];
|
||||
double f;
|
||||
|
||||
size = ARRAY_LENGTH(kernel);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue