summaryrefslogtreecommitdiff
path: root/src/til.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/til.c')
-rw-r--r--src/til.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/til.c b/src/til.c
index 651a23a..c5cced8 100644
--- a/src/til.c
+++ b/src/til.c
@@ -23,6 +23,7 @@
static til_threads_t *til_threads;
+extern til_module_t blinds_module;
extern til_module_t compose_module;
extern til_module_t drizzle_module;
extern til_module_t flui2d_module;
@@ -44,6 +45,7 @@ extern til_module_t swab_module;
extern til_module_t swarm_module;
static const til_module_t *modules[] = {
+ &blinds_module,
&compose_module,
&drizzle_module,
&flui2d_module,
© All Rights Reserved