aboutsummaryrefslogtreecommitdiff
path: root/Plugins/shuffle.c
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/shuffle.c')
-rw-r--r--Plugins/shuffle.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Plugins/shuffle.c b/Plugins/shuffle.c
index 0604595..e4254fa 100644
--- a/Plugins/shuffle.c
+++ b/Plugins/shuffle.c
@@ -1,6 +1,8 @@
#include <string.h>
#include "plugin.h"
+INFO("randomly move around pixels")
+
void perform_effect(_frame f, _args a)
{
int i, o=1000, x1, y1, x2, y2, range=10;