summaryrefslogtreecommitdiffstats
path: root/libvo/geometry.h
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-15 15:17:09 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-15 15:17:09 +0000
commit092de8005d80e1286a8181bba0d5a52b0f0d1a0f (patch)
treec62bc581e350ad0655349bdbfa4b19542e8916a6 /libvo/geometry.h
parent203de581958a4d22e1a02f9643f2d78d8ac1713b (diff)
downloadmpv-092de8005d80e1286a8181bba0d5a52b0f0d1a0f.tar.bz2
mpv-092de8005d80e1286a8181bba0d5a52b0f0d1a0f.tar.xz
fix aspect hack
now geometry sets geometry_wh_changed when either width or height is changed. aspect is still preserved in fullscreen git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11126 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/geometry.h')
-rw-r--r--libvo/geometry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/geometry.h b/libvo/geometry.h
index 78a6626668..dab4aa5208 100644
--- a/libvo/geometry.h
+++ b/libvo/geometry.h
@@ -3,5 +3,6 @@
#define __GEOMETRY_H
extern char *vo_geometry;
+extern int geometry_wh_changed;
int geometry(int *xpos, int *ypos, int *widw, int *widh, int scrw, int scrh);
#endif /* !__GEOMETRY_H */