Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove spurious warning
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
src/video/fbcon/SDL_fbmatrox.c
|
@@ -68,10 +68,12 @@ static int SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key) |
|
|
} |
|
|
|
|
|
/* Sets per surface hardware alpha value */ |
|
|
#if 0 |
|
|
static int SetHWAlpha(_THIS, SDL_Surface *surface, Uint8 value) |
|
|
{ |
|
|
return(0); |
|
|
} |
|
|
#endif |
|
|
|
|
|
static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color) |
|
|
{ |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.