Index: vo_xv.c =================================================================== RCS file: /cvsroot/mplayer/main/libvo/vo_xv.c,v retrieving revision 1.161 diff -u -r1.161 vo_xv.c --- vo_xv.c 24 Feb 2005 17:46:19 -0000 1.161 +++ vo_xv.c 10 Apr 2005 08:31:04 -0000 @@ -550,6 +550,7 @@ if (e & VO_EVENT_RESIZE) { + panscan_calc(); XGetGeometry(mDisplay, vo_window, &mRoot, &drwX, &drwY, &vo_dwidth, &vo_dheight, &drwBorderWidth, &drwDepth); drwX = drwY = 0; @@ -939,6 +942,7 @@ case VOCTRL_FULLSCREEN: vo_x11_fullscreen(); /* indended, fallthrough to update panscan on fullscreen/windowed switch */ + return VO_TRUE; case VOCTRL_SET_PANSCAN: if ((vo_fs && (vo_panscan != vo_panscan_amount)) || (!vo_fs && vo_panscan_amount))