view libvo/geometry.h @ 8879:1a3a118bbd56

document Arpi's #2,3,7 (fps, immediatemode, eq2). #6,9,10,11 still need to be addressed and I don't know all the details on them.
author rfelker
date Fri, 10 Jan 2003 21:57:06 +0000
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 */