aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/util/addon.h
AgeCommit message (Collapse)Author
2022-05-23util/addon: avoid calling finish() twiceKirill Primak
No functional change.
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