mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
particle/module: pass a cairo context to all begin_expose()
This commit is contained in:
parent
35e9d0e25c
commit
ea38ab3b2f
10 changed files with 16 additions and 16 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);
|
||||
struct exposable *module_begin_expose(struct module *mod, cairo_t *cr);
|
||||
|
||||
/* List of attributes *all* modules implement */
|
||||
#define MODULE_COMMON_ATTRS \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue