Statistics
| Branch: | Revision:

root / sdl_zoom.c @ 1e6eec8b

History | View | Annotate | Download (2.8 kB)

# Date Author Comment
22d091b3 07/01/2009 09:49 pm Blue Swirl

Fix sdl_zoom compile problems on OpenBSD

Signed-off-by: Blue Swirl <>

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...