diff options
-rw-r--r-- | src/video_out/video_out_xv.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c index fbcea7061..74117e517 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.208 2004/12/12 22:01:29 mroi Exp $ + * $Id: video_out_xv.c,v 1.209 2004/12/20 23:09:20 hadess Exp $ * * video_out_xv.c, X11 video extension interface for xine * @@ -945,8 +945,6 @@ static int xv_gui_data_exchange (vo_driver_t *this_gen, if (this->cur_frame) { - xv_redraw_needed (this_gen); - XLockDisplay (this->display); if (this->use_shm) { |