Statistics
| Branch: | Revision:

root / sdl_zoom.h @ 968a40f6

History | View | Annotate | Download (578 Bytes)

# Date Author Comment
e2b19c85 07/08/2009 05:25 pm malc

Remove SDL/ prefix

1447379b 07/02/2009 05:20 pm malc

Respect the standard

c18a2c36 06/29/2009 04:52 pm Stefano Stabellini

sdl zooming

Hi all,
this patch implements zooming capabilities for the sdl interface.
A new sdl_zoom_blit function is added that is able to scale and blit a
portion of a surface into another.
This way we can enable SDL_RESIZABLE and have a real_screen surface with...