summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-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 6fcf2bb941..8e4e861c92 100644
--- a/libvo/vo_dfbmga.c
+++ b/libvo/vo_dfbmga.c
@@ -950,7 +950,7 @@ static void
clear_alpha( int x0, int y0,
int w, int h )
{
- if (use_spic && !flipping && vo_osd_changed)
+ if (use_spic && !flipping && vo_osd_changed_flag)
subframe->FillRectangle( subframe, x0, y0, w, h );
}
@@ -965,7 +965,7 @@ draw_alpha( int x0, int y0,
int pitch;
if (use_spic) {
- if (!osd_changed || (!flipping && !vo_osd_changed))
+ if (!osd_changed || (!flipping && !vo_osd_changed_flag))
return;
osd_dirty |= osd_current;
} else {