summaryrefslogtreecommitdiffstats
path: root/libvo/vo_macosx.h
diff options
context:
space:
mode:
authornplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-29 21:54:48 +0000
committernplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-29 21:54:48 +0000
commitc60e560af26ace56c4e43861ea7b2764d8a24d97 (patch)
tree30955b88e1040ce9476e6f34246db8021956ce9e /libvo/vo_macosx.h
parent7d73ce2371f7d478b38c71a3f62e91f651e56d44 (diff)
downloadmpv-c60e560af26ace56c4e43861ea7b2764d8a24d97.tar.bz2
mpv-c60e560af26ace56c4e43861ea7b2764d8a24d97.tar.xz
keep window size when changing aspect
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15856 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_macosx.h')
-rw-r--r--libvo/vo_macosx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_macosx.h b/libvo/vo_macosx.h
index a91b6b0a87..64858051a1 100644
--- a/libvo/vo_macosx.h
+++ b/libvo/vo_macosx.h
@@ -31,6 +31,7 @@
GLfloat upperLeft[2];
BOOL mouseHide;
+ float winSizeMult;
//menu command id
NSMenuItem *kQuitCmd;