comparison libvo/geometry.h @ 8745:93f78fb709e6

Added support for X style -geometry options (adapted from Henk's patch) -- Mark
author mark
date Fri, 03 Jan 2003 20:46:44 +0000
parents b890315b36d7
children d65ddafbc404
comparison
equal deleted inserted replaced
8744:f3c6f022d6b0 8745:93f78fb709e6
1 /* This file (C) Mark Zealey <mark@zealos.org 2002, released under GPL */ 1 /* This file (C) Mark Zealey <mark@zealos.org 2002, released under GPL */
2 #ifndef __GEOMETRY_H 2 #ifndef __GEOMETRY_H
3 #define __GEOMETRY_H 3 #define __GEOMETRY_H
4 4
5 extern char *vo_geometry; 5 extern char *vo_geometry;
6 int geometry(int *xpos, int *ypos, int scrw, int scrh, int vidw, int vidh, int fs); 6 int geometryFull(int *pwidth, int *pheight, int *xpos, int *ypos, int scrw, int scrh, int vidw, int vidh);
7 int geometry(int *xpos, int *ypos, int scrw, int scrh, int vidw, int vidh);
7 8
8 #endif /* !__GEOMETRY_H */ 9 #endif /* !__GEOMETRY_H */