summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl2.c
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-09-21 15:44:23 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-09-21 15:44:23 +0000
commita9faa876948ae08f263ca6eb01cc511735c2677d (patch)
treeeab259cc1054792e589bf7636966901f78be5862 /libvo/vo_gl2.c
parent2a0ebb47ce6f440f8379ae8a026d12d06a51c208 (diff)
downloadmpv-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_gl2.c')
-rw-r--r--libvo/vo_gl2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/vo_gl2.c b/libvo/vo_gl2.c
index 12b5e51c5c..3abf0ed2f9 100644
--- a/libvo/vo_gl2.c
+++ b/libvo/vo_gl2.c
@@ -841,6 +841,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;
image_format = format;
int_pause = 0;