From 7076aa56d7a2b18d02152696f0e4082223bf86e7 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Wed, 29 Nov 2023 14:08:03 -0800 Subject: 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. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 -- cgit v1.2.1