mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-16 14:56:00 +00:00
Fixed bug 2100 - directfb fails to build
This commit is contained in:
@@ -674,7 +674,7 @@ DirectFB_GetTexturePalette(SDL_Renderer * renderer,
|
||||
colors[i].r = entries[i].r;
|
||||
colors[i].g = entries[i].g;
|
||||
colors[i].b = entries[i].b;
|
||||
colors[i].unused = SDL_ALPHA_OPAQUE;
|
||||
colors[i].a = SDL_ALPHA_OPAQUE;
|
||||
}
|
||||
return 0;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user