Statistics
| Branch: | Revision:

root / sdl_zoom.c @ 460fec67

History | View | Annotate | Download (2.8 kB)

# Date Author Comment
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...