mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-18 05:34:45 -04:00
Optimize window blur calculation.
This commit is contained in:
parent
2f2cfae227
commit
10bdd298b8
4 changed files with 11 additions and 6 deletions
|
|
@ -19,6 +19,6 @@ struct buffer *
|
|||
buffer_create_from_cairo_surface(int fd, cairo_surface_t *surface);
|
||||
|
||||
void
|
||||
blur_surface(cairo_surface_t *surface);
|
||||
blur_surface(cairo_surface_t *surface, int margin);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue