mirror of
https://github.com/yawut/SDL.git
synced 2026-07-19 01:11:38 -05:00
Fixed bug 2100 - directfb fails to build
This commit is contained in:
parent
b93ff3b6ef
commit
537c42dacd
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user