From fb5558b8e75ccf6148fd9ca22e2cd2f867ea9124 Mon Sep 17 00:00:00 2001 From: rathann Date: Tue, 19 Apr 2005 22:11:34 +0000 Subject: 100l to Jindrich! Changing the parameter name in the body, too. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15219 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_mga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3