diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2017-05-06 23:35:02 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2022-04-19 18:33:22 -0700 |
commit | 98553eaa9b6d4d5bc03d59a6bec74f4877a620b5 (patch) | |
tree | 9ae138a1134d18b510666ce48edc1e97ca366e62 /src/modules/Makefile.am | |
parent | 53d4d504b9103f524c50385ed3545fd08d0e272e (diff) |
modules/blinds: add simple 80s-aesthetic window blinds
This isn't super interesting but I might just start adding
simplistic overlay style modules for compositing/transition use.
Diffstat (limited to 'src/modules/Makefile.am')
-rw-r--r-- | src/modules/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/Makefile.am b/src/modules/Makefile.am index 28fc7fd..c791bc9 100644 --- a/src/modules/Makefile.am +++ b/src/modules/Makefile.am @@ -1 +1 @@ -SUBDIRS = compose drizzle flui2d julia meta2d montage pixbounce plasma plato ray roto rtv snow sparkler spiro stars submit swab swarm +SUBDIRS = blinds compose drizzle flui2d julia meta2d montage pixbounce plasma plato ray roto rtv snow sparkler spiro stars submit swab swarm |