summaryrefslogtreecommitdiffstats
path: root/libvo/vo_mga.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_mga.c')
-rw-r--r--libvo/vo_mga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_mga.c b/libvo/vo_mga.c
index bd5c5bcdf8..75ddc7974e 100644
--- a/libvo/vo_mga.c
+++ b/libvo/vo_mga.c
@@ -65,7 +65,7 @@ char *devname=vo_subdevice?vo_subdevice:"/dev/mga_vid";
aspect_save_screenres(vo_screenwidth,vo_screenheight);
if(fullscreen&0x01) /* -fs */
- aspect(&d_width,&d_height,A_NOZOOM);
+ aspect(&d_width,&d_height,A_ZOOM);
else
aspect(&d_width,&d_height,A_NOZOOM);
}