Fw: copy surface

what is the best way to make a duplicate of a surface (i.e. something faster
than create surface, convert format, then blit, as well as something that is
relatively easy i.e. less code).

-Jim

MAYBE something like SDL_CreateRGBSurfaceFrom() ?

-bill!On Thu, Apr 25, 2002 at 12:59:09PM -0400, Steven James Stapleton wrote:

what is the best way to make a duplicate of a surface (i.e. something faster
than create surface, convert format, then blit, as well as something that is
relatively easy i.e. less code).