diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-12-25 22:24:38 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-12-25 22:24:38 +0000 |
commit | 50995cd8f35202c609bc83f7f2709fe412fa7c60 (patch) | |
tree | 382ba1f0ec78ff51da35f0aa80d9ceca4bdaf53b /src/post/goom/lines.h | |
parent | 35cf5c7af637d1af61cd2a1029cf15e8c8ffa561 (diff) | |
download | xine-lib-50995cd8f35202c609bc83f7f2709fe412fa7c60.tar.gz xine-lib-50995cd8f35202c609bc83f7f2709fe412fa7c60.tar.bz2 |
made it compile
CVS patchset: 3682
CVS date: 2002/12/25 22:24:38
Diffstat (limited to 'src/post/goom/lines.h')
-rw-r--r-- | src/post/goom/lines.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/post/goom/lines.h b/src/post/goom/lines.h index c0c12d73a..24dcd4fc9 100644 --- a/src/post/goom/lines.h +++ b/src/post/goom/lines.h @@ -15,7 +15,7 @@ typedef struct _GMUNITPOINTER { float angle; } GMUnitPointer; -// tableau de points +/* tableau de points */ typedef struct _GMLINE { GMUnitPointer *points; @@ -36,18 +36,18 @@ typedef struct _GMLINE { float powinc; } 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 @@ -71,5 +71,5 @@ 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]); */ |