#ifndef __ASPECT_H
#define __ASPECT_H
/* Stuff for correct aspect scaling. */
void aspect(int *srcw, int *srch, int fitinw, int fitinh);
#endif