SDL will treat the functionality as unsupported if the functions aren't filled in.
This commit is contained in:
parent
a8591ca87b
commit
441f60edb6
3 changed files with 0 additions and 22 deletions
|
@ -489,20 +489,6 @@ 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