changeset 24312:716b7751e7ad

Make sure aspect hint is adjusted on aspect change
author reimar
date Mon, 03 Sep 2007 08:33:35 +0000
parents 0ff0253c8e00
children 2624fefeee1a
files libvo/x11_common.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/x11_common.c	Sun Sep 02 22:09:55 2007 +0000
+++ b/libvo/x11_common.c	Mon Sep 03 08:33:35 2007 +0000
@@ -1163,6 +1163,7 @@
  */
 void vo_x11_nofs_sizepos(int x, int y, int width, int height)
 {
+  vo_x11_sizehint(x, y, width, height, 0);
   if (vo_fs) {
     vo_old_x = x;
     vo_old_y = y;