changeset 20279:9c2bad38b1ce

s/vo_osd_changed/vo_osd_changed_flag
author syrjala
date Tue, 17 Oct 2006 13:23:13 +0000
parents 3c8ab2eecc74
children 5c8f177a0478
files libvo/vo_dfbmga.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_dfbmga.c	Tue Oct 17 13:19:31 2006 +0000
+++ b/libvo/vo_dfbmga.c	Tue Oct 17 13:23:13 2006 +0000
@@ -950,7 +950,7 @@
 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 @@
      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 {