diff options
author | faust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-09-21 15:44:23 +0000 |
---|---|---|
committer | faust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-09-21 15:44:23 +0000 |
commit | a9faa876948ae08f263ca6eb01cc511735c2677d (patch) | |
tree | eab259cc1054792e589bf7636966901f78be5862 /libvo/vo_gl.c | |
parent | 2a0ebb47ce6f440f8379ae8a026d12d06a51c208 (diff) | |
download | mpv-a9faa876948ae08f263ca6eb01cc511735c2677d.tar.bz2 mpv-a9faa876948ae08f263ca6eb01cc511735c2677d.tar.xz |
fix fullscreen switching in vo gl and vo gl2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10920 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_gl.c')
-rw-r--r-- | libvo/vo_gl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c index 4cd9bf2943..8fd08bdf0e 100644 --- a/libvo/vo_gl.c +++ b/libvo/vo_gl.c @@ -82,6 +82,8 @@ config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uin image_height = height; image_width = width; + vo_dwidth = d_width; + vo_dheight = d_height; int_pause = 0; |