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
2
module.h
2
module.h
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue