view libvo/geometry.h @ 9670:88e4f274df48

10l to arpi with commit r1.12, noticed by Daniel Mario Vega <dv5a@dc.uba.ar>
author alex
date Sun, 23 Mar 2003 18:19:08 +0000
parents d65ddafbc404
children d9478c8e5ffe
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 geometry(int *xpos, int *ypos, int *widw, int *widh, int scrw, int scrh);
#endif /* !__GEOMETRY_H */