view libvo/geometry.h @ 8229:0f7774d3c5d9

10l: menu_console.c: In function `check_child': menu_console.c:226: storage size of `tv' isn't known menu_console.c:234: sizeof applied to an incomplete type
author rfelker
date Mon, 18 Nov 2002 04:37:18 +0000
parents b890315b36d7
children 93f78fb709e6
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 scrw, int scrh, int vidw, int vidh, int fs);

#endif /* !__GEOMETRY_H */