Added fix for SDL::Surface->format. Fixed test and typemap if SDL::NULL (0) is passed...
[sdlgit/SDL_perl.git] / src / Core / Video.xs
index 753bca6..caf83fc 100644 (file)
@@ -58,6 +58,7 @@ AV*
 list_modes ( format, flags )
        Uint32 flags
        SDL_PixelFormat *format
+
        CODE:
                SDL_Rect **mode;
                RETVAL = newAV();