diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-05-14 16:17:20 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-05-14 16:17:20 +0000 |
commit | 204f53f90ab41ffad6a6cbc5aac4dcce6b609b47 (patch) | |
tree | a795378d57716a8fe3c7f8a6526b27f5369e264c | |
parent | 42b8c1501b6e5f322dfda3ffe0cbc2a35e8e3948 (diff) | |
download | xine-lib-204f53f90ab41ffad6a6cbc5aac4dcce6b609b47.tar.gz xine-lib-204f53f90ab41ffad6a6cbc5aac4dcce6b609b47.tar.bz2 |
force redraw when drawable changes
CVS patchset: 4843
CVS date: 2003/05/14 16:17:20
-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: |