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/pixbounce/pixbounce.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules/pixbounce') diff --git a/src/modules/pixbounce/pixbounce.c b/src/modules/pixbounce/pixbounce.c index 5f54644..c26eb88 100644 --- a/src/modules/pixbounce/pixbounce.c +++ b/src/modules/pixbounce/pixbounce.c @@ -197,4 +197,5 @@ til_module_t pixbounce_module = { .name = "pixbounce", .description = "Pixmap bounce", .author = "Philip J Freeman ", + .flags = TIL_MODULE_OVERLAYABLE, }; -- cgit v1.2.3