blob: af806834d9a961be91f98ffa30eb8a0dc1fe50fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- rudl_video_surface.c.orig Sun Oct 19 20:26:13 2003
+++ rudl_video_surface.c Mon Apr 19 04:14:08 2004
@@ -58,7 +58,7 @@
return surface;
}
-__inline__ void setMasksFromBPP(Uint32 bpp, boolean alphaWanted, Uint32* Rmask, Uint32* Gmask, Uint32* Bmask, Uint32* Amask)
+__inline__ void setMasksFromBPP(Uint32 bpp, int alphaWanted, Uint32* Rmask, Uint32* Gmask, Uint32* Bmask, Uint32* Amask)
{
*Amask = 0;
if(alphaWanted && (bpp==32||bpp==16)){
|