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/stars/stars.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/stars/stars.c')
-rw-r--r-- | src/modules/stars/stars.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <elektron@halo.nu>", + .flags = TIL_MODULE_OVERLAYABLE, }; |