summaryrefslogtreecommitdiff
path: root/src/post/goom/ifs.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/ifs.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/ifs.h')
-rw-r--r--src/post/goom/ifs.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/post/goom/ifs.h b/src/post/goom/ifs.h
index 9cb19514f..1fdaeabaa 100644
--- a/src/post/goom/ifs.h
+++ b/src/post/goom/ifs.h
@@ -13,16 +13,16 @@ typedef struct _ifsPoint
}
IFSPoint;
-/* init ifs for a (width)x(height) output. */
+// init ifs for a (width)x(height) output.
void init_ifs (int width, int height);
-/* draw an ifs on the buffer (which size is width * height) */
-/* increment means that we draw 1/increment of the ifs's points */
+// draw an ifs on the buffer (which size is width * height)
+// increment means that we draw 1/increment of the ifs's points
void ifs_update (guint32 * buffer, guint32 * back, int width, int height,
int increment);
-/* free all ifs's data. */
-void release_ifs (void);
+// free all ifs's data.
+void release_ifs ();
/* DONT USE !!! deprecated