summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/en/mplayer.13
-rw-r--r--libvo/vo_xmga.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/DOCS/en/mplayer.1 b/DOCS/en/mplayer.1
index ab0604a443..c14fc74a63 100644
--- a/DOCS/en/mplayer.1
+++ b/DOCS/en/mplayer.1
@@ -1658,7 +1658,8 @@ It also supports the standard option format to the standard X \-geometry
option.
The values given must be integers.
-Note: This option is only supported by vo x11, xv, xvidix and tdfxfb.
+Note: This option is only supported by vo x11, xmga, xv, xvmc,
+xvidix and tdfxfb.
.I EXAMPLE:
.PD 0
diff --git a/libvo/vo_xmga.c b/libvo/vo_xmga.c
index b60d174713..722bbba5b1 100644
--- a/libvo/vo_xmga.c
+++ b/libvo/vo_xmga.c
@@ -125,6 +125,7 @@ static uint32_t config( uint32_t width, uint32_t height, uint32_t d_width, uint3
vo_dx=( vo_screenwidth - d_width ) / 2;
vo_dy=( vo_screenheight - d_height ) / 2;
+ geometry(&vo_dx, &vo_dy, &d_width, &d_height, vo_screenwidth, vo_screenheight);
vo_dwidth=d_width; vo_dheight=d_height;
vo_mouse_autohide=1;
@@ -139,7 +140,7 @@ static uint32_t config( uint32_t width, uint32_t height, uint32_t d_width, uint3
inited=1;
- aspect(&vo_dwidth,&vo_dheight,A_NOZOOM);
+ aspect(&d_width,&d_height,A_NOZOOM);
#ifdef HAVE_NEW_GUI
if(use_gui)