diff src/video/SDL_pixels.c @ 3555:7549b986ccb1

The SDL_PaletteWatch structure is really internal-only.
author Sam Lantinga <slouken@libsdl.org>
date Sun, 13 Dec 2009 08:00:25 +0000
parents fed6d4c6c693
children 7184580ab756
line wrap: on
line diff
--- a/src/video/SDL_pixels.c	Sun Dec 13 06:21:22 2009 +0000
+++ b/src/video/SDL_pixels.c	Sun Dec 13 08:00:25 2009 +0000
@@ -30,6 +30,13 @@
 #include "SDL_pixels_c.h"
 #include "SDL_RLEaccel_c.h"
 
+struct SDL_PaletteWatch
+{
+    SDL_PaletteChangedFunc callback;
+    void *userdata;
+    struct SDL_PaletteWatch *next;
+};
+
 /* Helper functions */
 
 SDL_bool