summaryrefslogtreecommitdiff
path: root/src/post/goom/goom_visual_fx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/goom/goom_visual_fx.h')
-rw-r--r--src/post/goom/goom_visual_fx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/goom/goom_visual_fx.h b/src/post/goom/goom_visual_fx.h
index bb5c8f164..6939ac804 100644
--- a/src/post/goom/goom_visual_fx.h
+++ b/src/post/goom/goom_visual_fx.h
@@ -15,7 +15,7 @@
#include "goom_typedefs.h"
struct _VISUAL_FX {
- void (*init) (struct _VISUAL_FX *_this);
+ void (*init) (struct _VISUAL_FX *_this, PluginInfo *info);
void (*free) (struct _VISUAL_FX *_this);
void (*apply) (struct _VISUAL_FX *_this, Pixel *src, Pixel *dest, PluginInfo *info);
void *fx_data;