view libvo/geometry.h @ 8088:59f4133fbab5

Updated docs with DXR3 overlay info Cleaned new sync code in dxr3 Renamed some internal variables to allow access from GUI
author mswitch
date Sun, 03 Nov 2002 20:05:39 +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 */