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. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 759e921..2b629f2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -46,6 +46,7 @@ libtil_la_LIBADD = \ modules/mixer/libmixer.la \ modules/moire/libmoire.la \ modules/montage/libmontage.la \ + modules/pan/libpan.la \ modules/pixbounce/libpixbounce.la \ modules/plasma/libplasma.la \ modules/plato/libplato.la \ -- cgit v1.2.1