summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xv.c
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-02 21:09:15 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-02 21:09:15 +0000
commit6514fbb0767930249dfb7accdddf5989691f7953 (patch)
tree6aac625cfc385fb73b5b6a4dfaed4aa7ac0f29b6 /libvo/vo_xv.c
parent84e15e6fe4822175cba6181d90f16bfa9620b5b7 (diff)
downloadmpv-6514fbb0767930249dfb7accdddf5989691f7953.tar.bz2
mpv-6514fbb0767930249dfb7accdddf5989691f7953.tar.xz
clean up of -geometry code.
disabled -geometry for all but -vo xv (will be fixed later) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9518 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_xv.c')
-rw-r--r--libvo/vo_xv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c
index 6c46cfd8c4..e8e9054833 100644
--- a/libvo/vo_xv.c
+++ b/libvo/vo_xv.c
@@ -282,7 +282,7 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, uint32
vo_mouse_autohide=1;
vo_dx=( vo_screenwidth - d_width ) / 2; vo_dy=( vo_screenheight - d_height ) / 2;
- geometry(&vo_dx, &vo_dy, vo_screenwidth, vo_screenheight, d_width, d_height);
+ geometry(&vo_dx, &vo_dy, &d_width, &d_height, vo_screenwidth, vo_screenheight);
vo_dwidth=d_width; vo_dheight=d_height;
#ifdef HAVE_XF86VM