aboutsummaryrefslogtreecommitdiff
path: root/util/addon.c
AgeCommit message (Expand)Author
2023-07-07Use struct initializers instead of memset()Simon Ser
2022-12-22addon: Remove extra newline from loggingAlexander Orzechowski
2022-12-22addon: Add more loggingAlexander Orzechowski
2022-12-22util/addon: ensure the set is empty after finishKirill Primak
2022-12-05addon: Allow NULL owner of addonKenny Levinsen
2022-05-23util/addon: avoid calling finish() twiceKirill Primak
2022-04-28Zero-initialize structs in init functionsSimon Ser
2022-04-26util/addon: fix public includeSimon Ser
2021-08-11util/addon: find both by owner and implKirill Primak
2021-08-10util: add wlr_addonKirill Primak