summaryrefslogtreecommitdiff
path: root/src/post/goom/lines.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/lines.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/lines.h')
-rw-r--r--src/post/goom/lines.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/post/goom/lines.h b/src/post/goom/lines.h
index bb1b2e416..3401cb38a 100644
--- a/src/post/goom/lines.h
+++ b/src/post/goom/lines.h
@@ -17,7 +17,7 @@ typedef struct _GMUNITPOINTER
}
GMUnitPointer;
-/* tableau de points */
+// tableau de points
typedef struct _GMLINE
{
@@ -25,6 +25,8 @@ typedef struct _GMLINE
GMUnitPointer *points2;
int IDdest;
float param;
+ float amplitudeF;
+ float amplitude;
int nbPoints;
guint32 color; /* pr l'instant je stocke la ouuleur * * a *
@@ -40,18 +42,18 @@ typedef struct _GMLINE
}
GMLine;
-/* les ID possibles */
+// les ID possibles
#define GML_CIRCLE 0
-/* (param = radius) */
+// (param = radius)
#define GML_HLINE 1
-/* (param = y) */
+// (param = y)
#define GML_VLINE 2
-/* (param = x) */
+// (param = x)
-/* les modes couleur possible (si tu mets un autre c'est noir) */
+// les modes couleur possible (si tu mets un autre c'est noir)
#define GML_BLEUBLANC 0
#define GML_RED 1
@@ -67,7 +69,7 @@ GMLine *goom_lines_init (int rx, int ry,
int IDdest, float paramD, int modeCoulDest);
void goom_lines_switch_to (GMLine * gml, int IDdest, float param,
-
+ float amplitude,
int modeCoul);
void goom_lines_set_res (GMLine * gml, int rx, int ry);
@@ -76,4 +78,4 @@ void goom_lines_free (GMLine ** gml);
void goom_lines_draw (GMLine * gml, gint16 data[512], unsigned int *p);
-/*void goom_lines_conf(gint16 config [25]); */
+//void goom_lines_conf(gint16 config [25]);