diff options
-rw-r--r-- | src/video_out/video_out_vidix.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/video_out/video_out_vidix.c b/src/video_out/video_out_vidix.c index 9c3eb6b4a..472dc006d 100644 --- a/src/video_out/video_out_vidix.c +++ b/src/video_out/video_out_vidix.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_vidix.c,v 1.27 2003/02/02 17:53:51 jstembridge Exp $ + * $Id: video_out_vidix.c,v 1.28 2003/02/19 21:44:23 jstembridge Exp $ * * video_out_vidix.c * @@ -730,6 +730,7 @@ static void vidix_config_callback(vo_driver_t *this_gen, xine_cfg_entry_t *entry } vidix_update_colourkey(this); + this->sc.force_redraw = 1; } |