view libvo/aspect.h @ 2068:3189c317dfc1

using ldt_keeper instead of setup_fs, includes changed
author arpi
date Thu, 04 Oct 2001 00:24:05 +0000
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