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/stars/stars.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules/stars') diff --git a/src/modules/stars/stars.c b/src/modules/stars/stars.c index 150602a..0629c36 100644 --- a/src/modules/stars/stars.c +++ b/src/modules/stars/stars.c @@ -264,4 +264,5 @@ til_module_t stars_module = { .name = "stars", .description = "Basic starfield", .author = "Philip J Freeman ", + .flags = TIL_MODULE_OVERLAYABLE, }; -- cgit v1.2.1