# HG changeset patch # User faust3 # Date 1064159063 0 # Node ID dbb3f474c9de0b5bc276afdd9f2731b46ac55a09 # Parent d2dc9562422ebd5ae80c18f825e7a8fcd97373ac fix fullscreen switching in vo gl and vo gl2 diff -r d2dc9562422e -r dbb3f474c9de libvo/vo_gl.c --- 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; diff -r d2dc9562422e -r dbb3f474c9de libvo/vo_gl2.c --- 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;