diff options
Diffstat (limited to 'gst/goom/filters.c')
-rw-r--r-- | gst/goom/filters.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/goom/filters.c b/gst/goom/filters.c index 076fedd9..16f8f532 100644 --- a/gst/goom/filters.c +++ b/gst/goom/filters.c @@ -182,7 +182,7 @@ calculatePXandPY (int x, int y, int *px, int *py) /*#define _DEBUG */ -extern inline void +static inline void setPixelRGB (Uint * buffer, Uint x, Uint y, Color c) { /* buffer[ y*WIDTH + x ] = (c.r<<16)|(c.v<<8)|c.b */ @@ -220,7 +220,7 @@ setPixelRGB_ (Uint * buffer, Uint x, Color c) -extern inline void +static inline void getPixelRGB (Uint * buffer, Uint x, Uint y, Color * c) { register unsigned char *tmp8; |