Mercurial > mplayer.hg
view libvo/geometry.h @ 22096:076ff9697bc7
r21959: Apply ancient double-click patch that nobody cares to comment on.
r21989: fix typo
r22008: Address age-old FIXMEs about tdfx_vid, tdfxfb and 3dfx vo drivers.
r22014: Clarify -delay.
r22016: Remove confusing line about forcing MP3 demuxing.
r22060: describe -psprobe
r22061: typo, new sentences on lines of their own
r22113: insert line break for readability
author | kraymer |
---|---|
date | Sat, 03 Feb 2007 18:51:30 +0000 |
parents | 398c24cecdc7 |
children | 3f0d00abc073 |
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; extern int geometry_wh_changed; extern int geometry_xy_changed; int geometry(int *xpos, int *ypos, int *widw, int *widh, int scrw, int scrh); #endif /* !__GEOMETRY_H */