From 930d7b4fc5b2c7cd1a2a2db5c2c1791c2f1ade85 Mon Sep 17 00:00:00 2001 From: James Stembridge Date: Wed, 19 Feb 2003 21:44:23 +0000 Subject: Force reconfiguration of vidix when changing colour key settings as some drivers don't actually do anything when calling vdlSetGrKeys CVS patchset: 4205 CVS date: 2003/02/19 21:44:23 --- src/video_out/video_out_vidix.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3