mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
module: remove 'with' from expose-context
This commit is contained in:
parent
a425378576
commit
9276724113
3 changed files with 16 additions and 16 deletions
3
module.c
3
module.c
|
@ -41,9 +41,10 @@ struct module_expose_context
|
|||
module_default_begin_expose(struct module *mod)
|
||||
{
|
||||
struct exposable *e = mod->content(mod);
|
||||
e->begin_expose(e);
|
||||
|
||||
return (struct module_expose_context){
|
||||
.exposable = e,
|
||||
.width = e->begin_expose(e),
|
||||
.private = NULL,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue