summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2023-11-29 14:08:03 -0800
committerVito Caputo <vcaputo@pengaru.com>2023-11-29 14:08:03 -0800
commit7076aa56d7a2b18d02152696f0e4082223bf86e7 (patch)
tree191a1b55c3fc9a487898ddbdd5a315e021d71cff /configure.ac
parentf23dfda6a1256cbdf849612b1b484a1cc66040d2 (diff)
modules/pan: implement a panning overlay module
This is primarily intended for overlay use, but when not an overlay uses a little builtin seed-derived tile as a fallback. Currently the only settings are {x,y}=-1..1 for the direction vector. Speed is currently fixed to 1, the vector is always normalized. Nothing terribly exciting.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1e68420..41c81b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,6 +54,7 @@ AC_CONFIG_FILES([
src/modules/mixer/Makefile
src/modules/moire/Makefile
src/modules/montage/Makefile
+ src/modules/pan/Makefile
src/modules/pixbounce/Makefile
src/modules/plasma/Makefile
src/modules/plato/Makefile
© All Rights Reserved