view libvo/geometry.h @ 9489:acab62e4e026

HPUX DVD fix by Martin Gansser <MGansser@rand.de>, checked by Arpi.
author diego
date Sun, 23 Feb 2003 20:31:59 +0000 (2003-02-23)
parents 93f78fb709e6
children d65ddafbc404
line wrap: on
line source
/* This file (C) Mark Zealey <mark@zealos.org 2002, released under GPL */
#ifndef __GEOMETRY_H
#define __GEOMETRY_H

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

#endif /* !__GEOMETRY_H */