summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-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 ac87904cad..bd100b4d6a 100644
--- a/libvo/vo_mga.c
+++ b/libvo/vo_mga.c
@@ -60,7 +60,7 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, uint32
aspect_save_prescale(d_width,d_height);
aspect_save_screenres(vo_screenwidth,vo_screenheight);
- if(fullscreen&VOFLAG_FULLSCREEN) { /* -fs */
+ if(flags&VOFLAG_FULLSCREEN) { /* -fs */
aspect(&d_width,&d_height,A_ZOOM);
vo_fs = VO_TRUE;
} else {