From 3668b5afc577351c36e5a44482f63773d808fc1c Mon Sep 17 00:00:00 2001 From: syrjala Date: Tue, 17 Oct 2006 13:23:13 +0000 Subject: s/vo_osd_changed/vo_osd_changed_flag git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20285 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_dfbmga.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libvo') 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 { -- cgit v1.2.3