view libvo/geometry.h @ 10660:8f168a4128c5

a 100l and another typo spotted by Alex "eagle eye" Beregszaszi
author diego
date Mon, 18 Aug 2003 13:49:22 +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 */