view libvo/geometry.h @ 8839:c932c17042bf

For solaris, sys/smedia.h header is not needed any more. Compilation was failing on Solaris 7, where sys/smedia.h is not available.
author jkeil
date Wed, 08 Jan 2003 14:11:33 +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 */