summaryrefslogtreecommitdiff
path: root/src/post/goom/goom_core.h
diff options
context:
space:
mode:
authorThibaut Mattern <tmattern@users.sourceforge.net>2003-09-14 15:45:55 +0000
committerThibaut Mattern <tmattern@users.sourceforge.net>2003-09-14 15:45:55 +0000
commit9b70d40e54265ee8e4519d64382f38b3900e7fd6 (patch)
treead3acc28e7db7f72a7dfc7ef8d3348e979581db3 /src/post/goom/goom_core.h
parentf3da42db0b3c3f01c2f65471c99f1678990c3063 (diff)
downloadxine-lib-9b70d40e54265ee8e4519d64382f38b3900e7fd6.tar.gz
xine-lib-9b70d40e54265ee8e4519d64382f38b3900e7fd6.tar.bz2
newer goom version.
CVS patchset: 5378 CVS date: 2003/09/14 15:45:55
Diffstat (limited to 'src/post/goom/goom_core.h')
-rw-r--r--src/post/goom/goom_core.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/post/goom/goom_core.h b/src/post/goom/goom_core.h
index 343285891..a4cac2c99 100644
--- a/src/post/goom/goom_core.h
+++ b/src/post/goom/goom_core.h
@@ -16,10 +16,10 @@
typedef Pixel * GoomBuffer;
*/
-#define NB_FX 8
+#define NB_FX 10
-void goom_init (guint32 resx, guint32 resy, int cinemascope);
-void goom_set_resolution (guint32 resx, guint32 resy, int cinemascope);
+void goom_init (guint32 resx, guint32 resy, int cinemascope);
+void goom_set_resolution (guint32 resx, guint32 resy, int cinemascope);
/*
* forceMode == 0 : do nothing
@@ -30,14 +30,11 @@ void goom_set_resolution (guint32 resx, guint32 resy, int cinemascope);
* - NULL if it is not the start of the song
* - only have a value at the start of the song
*/
-guint32 *goom_update (gint16 data[2][512], int forceMode, float fps,
+guint32 * goom_update ( gint16 data[2][512], int forceMode, float fps,
char *songTitle, char *message);
-void goom_close (void);
+void goom_close ();
void goom_set_font (int ***chars, int *width, int *height);
-void goom_setAsmUse (int useIt);
-
-int goom_getAsmUse (void);
#endif