diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/video_out_xv.c | 3 |
1 files changed, 2 insertions, 1 deletions
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: |