From 092de8005d80e1286a8181bba0d5a52b0f0d1a0f Mon Sep 17 00:00:00 2001 From: attila Date: Wed, 15 Oct 2003 15:17:09 +0000 Subject: 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 --- libvo/geometry.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo/geometry.h') 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 */ -- cgit v1.2.3