Mercurial > mplayer.hg
comparison libvo/geometry.h @ 7866:732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
author | mark |
---|---|
date | Wed, 23 Oct 2002 16:52:54 +0000 |
parents | |
children | b890315b36d7 |
comparison
equal
deleted
inserted
replaced
7865:d151608b9f28 | 7866:732a8bfc7681 |
---|---|
1 /* This file (C) Mark Zealey <mark@zealos.org 2002, released under GPL */ | |
2 #ifndef __GEOMETRY_H | |
3 #define __GEOMETRY_H | |
4 | |
5 #include "aspect.h" | |
6 | |
7 extern char *vo_geometry; | |
8 int geometry(int *xpos, int *ypos, int scrw, int scrh, int vidw, int vidh, int fs); | |
9 | |
10 #endif /* !__GEOMETRY_H */ |