Mercurial > mplayer.hg
view libvo/geometry.h @ 10977:3da6b1de1c33
make it work in textmode again && support for nv03 with 4MB RAM
author | faust3 |
---|---|
date | Thu, 02 Oct 2003 10:46:33 +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 */