mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 08:15:40 +02:00
particle: remove cairo context from begin_expose()
This commit is contained in:
parent
54797ffbd8
commit
95385863ae
11 changed files with 19 additions and 19 deletions
|
@ -35,7 +35,7 @@ exposable_destroy(struct exposable *exposable)
|
|||
}
|
||||
|
||||
static int
|
||||
begin_expose(struct exposable *exposable, cairo_t *cr)
|
||||
begin_expose(struct exposable *exposable)
|
||||
{
|
||||
struct eprivate *e = exposable->private;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue