view libvo/aspect.h @ 2131:b42efb0ddb82

voodoo2/3/banshee lobaszas fixed
author gabucino
date Sun, 07 Oct 2001 23:19:34 +0000 (2001-10-07)
parents f5146118777e
children 48f0ac1e9d13
line wrap: on
line source
#ifndef __ASPECT_H
#define __ASPECT_H
/* Stuff for correct aspect scaling. */

void aspect(int *srcw, int *srch, int fitinw, int fitinh);

#endif