From 76cfdb956d80aa5a4ffb909486509abc5f7bc829 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 25 Apr 2022 11:57:21 -0700 Subject: modules/*: set TIL_MODULE_OVERLAYABLE where appropriate In the interests of facilitating randomized automagic layered compositing, tell the world when you're overlay-appropriate. --- src/modules/plato/plato.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules/plato') 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 ", + .flags = TIL_MODULE_OVERLAYABLE, }; -- cgit v1.2.3