summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.c
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-09-21 11:27:11 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-09-21 11:27:11 +0000
commita7093bca30f4581de3829d034eca864d3fc02422 (patch)
tree9ca8458491a4654f291797f10fcf2f50b72ac3d6 /libvo/x11_common.c
parent3f9f1d95b76d955d648d9f6b87ef17578f6d2250 (diff)
downloadmpv-a7093bca30f4581de3829d034eca864d3fc02422.tar.bz2
mpv-a7093bca30f4581de3829d034eca864d3fc02422.tar.xz
dont fix things at the wrong place
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10906 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/x11_common.c')
-rw-r--r--libvo/x11_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index 330e03b48e..7d4a4c0dca 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -700,7 +700,6 @@ int vo_x11_check_events(Display *mydisplay){
if ( vo_window == None ) break;
vo_dwidth=Event.xconfigure.width;
vo_dheight=Event.xconfigure.height;
- if (vo_fs) aspect(&vo_dwidth, &vo_dheight, A_ZOOM);
#if 0
/* when resizing, x and y are zero :( */
vo_dx=Event.xconfigure.x;