diff src/video/SDL_pixels_c.h @ 1683:396a35389351 SDL-1.3

Finished palettized display handling. Added support for surface palette sharing.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 17 Jun 2006 06:45:14 +0000
parents eef792d31de8
children
line wrap: on
line diff
--- a/src/video/SDL_pixels_c.h	Fri Jun 16 06:00:31 2006 +0000
+++ b/src/video/SDL_pixels_c.h	Sat Jun 17 06:45:14 2006 +0000
@@ -29,9 +29,6 @@
 extern SDL_PixelFormat *SDL_AllocFormat(int bpp,
                                         Uint32 Rmask, Uint32 Gmask,
                                         Uint32 Bmask, Uint32 Amask);
-extern SDL_PixelFormat *SDL_ReallocFormat(SDL_Surface * surface, int bpp,
-                                          Uint32 Rmask, Uint32 Gmask,
-                                          Uint32 Bmask, Uint32 Amask);
 extern void SDL_FormatChanged(SDL_Surface * surface);
 extern void SDL_FreeFormat(SDL_PixelFormat * format);