Simon Ser
|
6c350799b2
|
Zero-initialize structs in init functions
Ensures there is no field left to its previous undefined value after
calling an init function.
|
2022-04-28 10:09:50 +02:00 |
|
Simon Ser
|
54653b5d95
|
util/addon: fix public include
Everything in wlr/ is public and should be included via angle-bracket
include directives.
|
2022-04-26 09:43:10 +02:00 |
|
Kirill Primak
|
111d4eafd7
|
util/addon: find both by owner and impl
This allows to have multiple addons of different types with the same
owner.
|
2021-08-11 18:12:57 +02:00 |
|
Kirill Primak
|
a6a80850b7
|
util: add wlr_addon
|
2021-08-10 19:15:48 +02:00 |
|