fix fullscreen switching in vo gl and vo gl2
author |
faust3 |
date |
Sun, 21 Sep 2003 15:44:23 +0000 |
parents |
d2dc9562422e |
children |
e4cda4f51981 |
files |
libvo/vo_gl.c libvo/vo_gl2.c |
diffstat |
2 files changed, 4 insertions(+), 0 deletions(-)
[+]
|
line diff
--- a/libvo/vo_gl.c Sun Sep 21 15:34:51 2003 +0000
+++ b/libvo/vo_gl.c Sun Sep 21 15:44:23 2003 +0000
@@ -82,6 +82,8 @@
image_height = height;
image_width = width;
+ vo_dwidth = d_width;
+ vo_dheight = d_height;
int_pause = 0;
--- a/libvo/vo_gl2.c Sun Sep 21 15:34:51 2003 +0000
+++ b/libvo/vo_gl2.c Sun Sep 21 15:44:23 2003 +0000
@@ -841,6 +841,8 @@
image_height = height;
image_width = width;
+ vo_dwidth = d_width;
+ vo_dheight = d_height;
image_format = format;
int_pause = 0;