DirectFB driver update
Couriersud to Sam the attached patch brings the DirectFB driver back in line with recent SDL 1.3 developments.
This commit is contained in:
parent
dc564a22c8
commit
a8591ca87b
11 changed files with 540 additions and 145 deletions
|
@ -489,6 +489,20 @@ DirectFB_GetWindowWMInfo(_THIS, SDL_Window * window,
|
|||
}
|
||||
}
|
||||
|
||||
int
|
||||
DirectFB_SetWindowGammaRamp(_THIS, SDL_Window * window, const Uint16 * ramp)
|
||||
{
|
||||
SDL_Unsupported();
|
||||
return -1;
|
||||
}
|
||||
|
||||
int
|
||||
DirectFB_GetWindowGammaRamp(_THIS, SDL_Window * window, Uint16 * ramp)
|
||||
{
|
||||
SDL_Unsupported();
|
||||
return -1;
|
||||
}
|
||||
|
||||
void
|
||||
DirectFB_AdjustWindowSurface(SDL_Window * window)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue