summaryrefslogtreecommitdiffstats
path: root/libvo/vo_dfbmga.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_dfbmga.c')
-rw-r--r--libvo/vo_dfbmga.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_dfbmga.c b/libvo/vo_dfbmga.c
index fef596f552..dbb9848091 100644
--- a/libvo/vo_dfbmga.c
+++ b/libvo/vo_dfbmga.c
@@ -547,7 +547,7 @@ static void release_config( void )
static uint32_t
config( uint32_t width, uint32_t height,
uint32_t d_width, uint32_t d_height,
- uint32_t fullscreen,
+ uint32_t flags,
char *title,
uint32_t format )
{
@@ -735,7 +735,7 @@ config( uint32_t width, uint32_t height,
out_height = screen_height;
aspect_save_screenres( out_width, out_height );
- aspect( &out_width, &out_height, (fullscreen & 0x01) ? A_ZOOM : A_NOZOOM );
+ aspect( &out_width, &out_height, (flags & VOFLAG_FULLSCREEN) ? A_ZOOM : A_NOZOOM );
if (in_width != out_width ||
in_height != out_height)