summaryrefslogtreecommitdiffstats
path: root/libvo/geometry.h
blob: dbfea6cd3bb150fcd998a65ce6901c6b474d6bb2 (plain)
1
2
3
4
5
6
7
8
9
10
/* This file (C) Mark Zealey <mark@zealos.org 2002, released under GPL */
#ifndef __GEOMETRY_H
#define __GEOMETRY_H

#include "aspect.h"

extern char *vo_geometry;
int geometry(int *xpos, int *ypos, int scrw, int scrh, int vidw, int vidh, int fs);

#endif /* !__GEOMETRY_H */