diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2022-04-25 11:57:21 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2022-04-25 11:57:21 -0700 |
commit | 76cfdb956d80aa5a4ffb909486509abc5f7bc829 (patch) | |
tree | e44a21979f26073bf88bd65da70a51d0209283c0 /src/modules/plato/plato.c | |
parent | cee91274e489a90691a3c475b82a9f7fad1ea996 (diff) |
modules/*: set TIL_MODULE_OVERLAYABLE where appropriate
In the interests of facilitating randomized automagic layered
compositing, tell the world when you're overlay-appropriate.
Diffstat (limited to 'src/modules/plato/plato.c')
-rw-r--r-- | src/modules/plato/plato.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/plato/plato.c b/src/modules/plato/plato.c index bc38f2d..ec53dd1 100644 --- a/src/modules/plato/plato.c +++ b/src/modules/plato/plato.c @@ -674,4 +674,5 @@ til_module_t plato_module = { .name = "plato", .description = "Platonic solids rendered in 3D", .author = "Vito Caputo <vcaputo@pengaru.com>", + .flags = TIL_MODULE_OVERLAYABLE, }; |