aboutsummaryrefslogtreecommitdiff
path: root/util/addon.c
AgeCommit message (Collapse)Author
2022-05-23util/addon: avoid calling finish() twiceKirill Primak
No functional change.
2022-04-28Zero-initialize structs in init functionsSimon Ser
Ensures there is no field left to its previous undefined value after calling an init function.
2022-04-26util/addon: fix public includeSimon Ser
Everything in wlr/ is public and should be included via angle-bracket include directives.
2021-08-11util/addon: find both by owner and implKirill Primak
This allows to have multiple addons of different types with the same owner.
2021-08-10util: add wlr_addonKirill Primak