# HG changeset patch # User rathann # Date 1113948694 0 # Node ID 090c8df3f6fe9a4b5f1a85d12bc92ea3d0d2919c # Parent d49091f2206c76aec014684a2b1bd6804b088444 100l to Jindrich! Changing the parameter name in the body, too. diff -r d49091f2206c -r 090c8df3f6fe libvo/vo_mga.c --- a/libvo/vo_mga.c Tue Apr 19 21:17:39 2005 +0000 +++ b/libvo/vo_mga.c Tue Apr 19 22:11:34 2005 +0000 @@ -60,7 +60,7 @@ 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 {