The SDL_PaletteWatch structure is really internal-only.

This commit is contained in:
Sam Lantinga
2009-12-13 08:00:25 +00:00
parent ed8e1e54ad
commit 9bf59c5687
2 changed files with 8 additions and 7 deletions

View File

@@ -237,13 +237,7 @@ typedef struct SDL_Color
typedef struct SDL_Palette SDL_Palette;
typedef int (*SDL_PaletteChangedFunc) (void *userdata, SDL_Palette * palette);
typedef struct SDL_PaletteWatch
{
SDL_PaletteChangedFunc callback;
void *userdata;
struct SDL_PaletteWatch *next;
} SDL_PaletteWatch;
typedef struct SDL_PaletteWatch SDL_PaletteWatch;
struct SDL_Palette
{