# HG changeset patch # User syrjala # Date 1161091393 0 # Node ID 9c2bad38b1cea9d96c47ffd0e9cbacff0d2a1ea9 # Parent 3c8ab2eecc74faabd161e0162749e2e698577a76 s/vo_osd_changed/vo_osd_changed_flag diff -r 3c8ab2eecc74 -r 9c2bad38b1ce libvo/vo_dfbmga.c --- 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 {