summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-02-28 18:32:57 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-02-28 18:32:57 +0000
commit7b9cc203fc17e946c0d99dd7e6bc042179920897 (patch)
tree9acbda828efa5f778c043bb02c6c1d0fadfcc9c7 /src
parent1bfaa5c3c9b4ce8590f50b6f4c30e13481e2f54b (diff)
downloadxine-lib-7b9cc203fc17e946c0d99dd7e6bc042179920897.tar.gz
xine-lib-7b9cc203fc17e946c0d99dd7e6bc042179920897.tar.bz2
aspect ratio change in fullscreen mode hopefully fixed
CVS patchset: 1533 CVS date: 2002/02/28 18:32:57
Diffstat (limited to 'src')
-rw-r--r--src/video_out/video_out_xv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c
index b1ba799ab..6a5138850 100644
--- a/src/video_out/video_out_xv.c
+++ b/src/video_out/video_out_xv.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: video_out_xv.c,v 1.101 2002/02/27 19:40:29 f1rmb Exp $
+ * $Id: video_out_xv.c,v 1.102 2002/02/28 18:32:57 guenter Exp $
*
* video_out_xv.c, X11 video extension interface for xine
*
@@ -924,6 +924,8 @@ static int xv_set_property (vo_driver_t *this_gen,
this->props[property].value);
xv_compute_ideal_size (this);
+ xv_compute_output_size (this);
+ xv_clean_output_area (this);
break;
case VO_PROP_ZOOM_FACTOR:
@@ -937,7 +939,6 @@ static int xv_set_property (vo_driver_t *this_gen,
this->props[property].value);
xv_compute_ideal_size (this);
-
}
break;
}
@@ -1448,4 +1449,3 @@ vo_info_t *get_video_out_plugin_info() {
}
#endif
-