tag 455319 patch thanks Martin Michlmayr <[EMAIL PROTECTED]> (09/12/2007): > Package: tecnoballz > Version: 0.92-2 > Usertags: ftbfs-gcc-4.3
Hi, please find attached a patch to fix this FTBFS. Cheers, -- Cyril Brulebois
--- a/include/surface_sdl.h +++ b/include/surface_sdl.h @@ -46,7 +46,7 @@ ~surface_sdl (); SDL_Surface* get_surface (); char* get_pixel_data (); - char* get_pixel_data (Uint32 coord_x, Uint32 coord_x); + char* get_pixel_data (Uint32 coord_x1, Uint32 coord_x2); Uint32 get_row_size (); Uint32 get_offset (Uint32 xcoord, Uint32 ycoord); void clear (Uint32 color = 0);
signature.asc
Description: Digital signature

