forked from external/yambar
module/particle: remove cairo context from begin_expose()
This commit is contained in:
parent
f6977417e0
commit
558f75a54b
10 changed files with 19 additions and 19 deletions
|
@ -35,7 +35,7 @@ struct exposable {
|
|||
char *on_click;
|
||||
|
||||
void (*destroy)(struct exposable *exposable);
|
||||
int (*begin_expose)(struct exposable *exposable, cairo_t *cr);
|
||||
int (*begin_expose)(struct exposable *exposable);
|
||||
void (*expose)(const struct exposable *exposable, cairo_t *cr,
|
||||
int x, int y, int height);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue