SDL will treat the functionality as unsupported if the functions aren't filled in.

This commit is contained in:
Sam Lantinga 2011-03-14 23:14:51 -07:00
parent a8591ca87b
commit 441f60edb6
3 changed files with 0 additions and 22 deletions

View file

@ -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)
{