Mercurial > mplayer.hg
view libvo/geometry.h @ 9690:a9b7b6055563
Added support for IPv6 numeric url like: http://[3ffe:400:100::1]:80/file
Added const for arguments that shouldn't be changed
author | bertrand |
---|---|
date | Wed, 26 Mar 2003 11:27:48 +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 */