Mercurial > sdl-ios-xcode
comparison src/video/fbcon/SDL_fbmatrox.c @ 20:3dc008dc229d
Remove spurious warning
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Thu, 10 May 2001 20:10:54 +0000 |
parents | 74212992fb08 |
children | 63ec24e0575f |
comparison
equal
deleted
inserted
replaced
19:8cc4dbfab9ab | 20:3dc008dc229d |
---|---|
66 { | 66 { |
67 return(0); | 67 return(0); |
68 } | 68 } |
69 | 69 |
70 /* Sets per surface hardware alpha value */ | 70 /* Sets per surface hardware alpha value */ |
71 #if 0 | |
71 static int SetHWAlpha(_THIS, SDL_Surface *surface, Uint8 value) | 72 static int SetHWAlpha(_THIS, SDL_Surface *surface, Uint8 value) |
72 { | 73 { |
73 return(0); | 74 return(0); |
74 } | 75 } |
76 #endif | |
75 | 77 |
76 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color) | 78 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color) |
77 { | 79 { |
78 int dstX, dstY; | 80 int dstX, dstY; |
79 Uint32 fxbndry; | 81 Uint32 fxbndry; |