aboutsummaryrefslogtreecommitdiff
path: root/Plugins/xshred.c
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/xshred.c')
-rw-r--r--Plugins/xshred.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Plugins/xshred.c b/Plugins/xshred.c
index 6918e50..4b0517b 100644
--- a/Plugins/xshred.c
+++ b/Plugins/xshred.c
@@ -1,6 +1,8 @@
#include <stdlib.h>
#include "plugin.h"
+INFO("horizontal shredding. usage: xshred <step>")
+
void perform_copy(_frame f1, _frame f2, _args a)
{
int step, w, h, y, pixelsize=f1.pixelformat/8;