particle: remove cairo context from begin_expose()

This commit is contained in:
Daniel Eklöf 2019-09-22 00:55:06 +02:00
parent 54797ffbd8
commit 95385863ae
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
11 changed files with 19 additions and 19 deletions

View file

@ -30,7 +30,7 @@ struct module {
struct module *module_common_new(void);
void module_default_destroy(struct module *mod);
struct exposable *module_begin_expose(struct module *mod, cairo_t *cr);
struct exposable *module_begin_expose(struct module *mod);
/* List of attributes *all* modules implement */
#define MODULE_COMMON_ATTRS \