From 204f53f90ab41ffad6a6cbc5aac4dcce6b609b47 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Wed, 14 May 2003 16:17:20 +0000 Subject: force redraw when drawable changes CVS patchset: 4843 CVS date: 2003/05/14 16:17:20 --- src/video_out/video_out_xv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c index c6fe8a354..d5ab1bc18 100644 --- a/src/video_out/video_out_xv.c +++ b/src/video_out/video_out_xv.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_xv.c,v 1.166 2003/05/04 10:09:34 esnel Exp $ + * $Id: video_out_xv.c,v 1.167 2003/05/14 16:17:20 miguelfreitas Exp $ * * video_out_xv.c, X11 video extension interface for xine * @@ -942,6 +942,7 @@ static int xv_gui_data_exchange (vo_driver_t *this_gen, XFreeGC(this->display, this->gc); this->gc = XCreateGC (this->display, this->drawable, 0, NULL); XUnlockDisplay (this->display); + this->sc.force_redraw = 1; break; case XINE_GUI_SEND_TRANSLATE_GUI_TO_VIDEO: -- cgit v1.2.3