fix fullscreen switching in vo gl and vo gl2

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10920 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2003-09-21 15:44:23 +00:00
parent 2a0ebb47ce
commit a9faa87694
2 changed files with 4 additions and 0 deletions

View File

@ -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;

View File

@ -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;