mirror of https://github.com/encounter/SDL.git
Fixed bug 2100 - directfb fails to build
This commit is contained in:
parent
3ef5a97706
commit
c95761e00a
|
@ -674,7 +674,7 @@ DirectFB_GetTexturePalette(SDL_Renderer * renderer,
|
||||||
colors[i].r = entries[i].r;
|
colors[i].r = entries[i].r;
|
||||||
colors[i].g = entries[i].g;
|
colors[i].g = entries[i].g;
|
||||||
colors[i].b = entries[i].b;
|
colors[i].b = entries[i].b;
|
||||||
colors[i].unused = SDL_ALPHA_OPAQUE;
|
colors[i].a = SDL_ALPHA_OPAQUE;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue