summaryrefslogtreecommitdiffstats
path: root/gst/goom/graphic.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/goom/graphic.h')
-rw-r--r--gst/goom/graphic.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst/goom/graphic.h b/gst/goom/graphic.h
index 1af1030a..415dde73 100644
--- a/gst/goom/graphic.h
+++ b/gst/goom/graphic.h
@@ -5,7 +5,7 @@ typedef unsigned int Uint;
typedef struct
{
- unsigned short r, v, b;
+ unsigned short r,v,b;
}
Color;
@@ -18,7 +18,7 @@ extern const Color YELLOW;
extern const Color ORANGE;
extern const Color VIOLET;
-inline void setPixelRGB (Uint * buffer, Uint x, Uint y, Color c);
-inline void getPixelRGB (Uint * buffer, Uint x, Uint y, Color * c);
+inline void setPixelRGB (Uint *buffer, Uint x, Uint y, Color c) ;
+inline void getPixelRGB (Uint *buffer, Uint x, Uint y, Color *c) ;
-#endif /*GRAPHIC_H */
+#endif /*GRAPHIC_H*/