mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-19 17:25:38 +02:00
tag: all tag constructors must now be passed a module 'owner'
This commit is contained in:
parent
8d94202057
commit
904f9ff8e1
9 changed files with 58 additions and 42 deletions
|
@ -58,8 +58,8 @@ content(struct module *mod)
|
|||
|
||||
struct tag_set tags = {
|
||||
.tags = (struct tag *[]){
|
||||
tag_new_string("name", m->layouts.layouts[m->current].name),
|
||||
tag_new_string("symbol", m->layouts.layouts[m->current].symbol)},
|
||||
tag_new_string(mod, "name", m->layouts.layouts[m->current].name),
|
||||
tag_new_string(mod, "symbol", m->layouts.layouts[m->current].symbol)},
|
||||
.count = 2,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue