summaryrefslogtreecommitdiff
path: root/src/post/goom/goom_script.h
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2004-11-21 15:10:39 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2004-11-21 15:10:39 +0000
commit880e06de387646fa3f0efde940d731e71afbbb93 (patch)
tree890e4333544c124848eb3e7564b200f5c94974e5 /src/post/goom/goom_script.h
parent312b775d0a22284a60d36420cf8798c0fd1bfa3a (diff)
downloadxine-lib-880e06de387646fa3f0efde940d731e71afbbb93.tar.gz
xine-lib-880e06de387646fa3f0efde940d731e71afbbb93.tar.bz2
updated goom to 2k4-dev21
* tweaked somewhat to avoid the bright circle for the first seconds of playback * no idea whether this fixes the AMD64 problems, I have not found anything suspicious CVS patchset: 7143 CVS date: 2004/11/21 15:10:39
Diffstat (limited to 'src/post/goom/goom_script.h')
-rw-r--r--src/post/goom/goom_script.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/post/goom/goom_script.h b/src/post/goom/goom_script.h
deleted file mode 100644
index ca1cb5665..000000000
--- a/src/post/goom/goom_script.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _GOOM_SCRIPT_H
-#define _GOOM_SCRIPT_H
-
-#include "goom_plugin_info.h"
-
-void goom_execute_script(PluginInfo *pluginInfo, const char *cmds);
-
-/* set a script that will be executed every loop */
-void goom_set_main_script(PluginInfo *pluginInfo, const char *script);
-void goom_execute_main_script(PluginInfo *pluginInfo);
-
- /* return a script containing the current goom state */
-char *goom_create_state_script(PluginInfo *pluginInfo);
-
-PluginParam *goom_script_get_param(PluginInfo *pluginInfo, const char *name);
-
-#endif /* _GOOM_SCRIPT_H */