view libvo/geometry.h @ 8410:9efd0c6e6307

fullscreen fix for KDE (reported to work with gnome 1/2 too) patch by "Puk Madick" <pingy@swirvemail.com>
author arpi
date Sun, 08 Dec 2002 01:35:07 +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 */