forked from external/yambar
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
4
module.c
4
module.c
|
@ -20,9 +20,9 @@ module_default_destroy(struct module *mod)
|
|||
}
|
||||
|
||||
struct exposable *
|
||||
module_begin_expose(struct module *mod, cairo_t *cr)
|
||||
module_begin_expose(struct module *mod)
|
||||
{
|
||||
struct exposable *e = mod->content(mod);
|
||||
e->begin_expose(e, cr);
|
||||
e->begin_expose(e);
|
||||
return e;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue