summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@users.sourceforge.net>2004-12-20 23:09:20 +0000
committerBastien Nocera <hadess@users.sourceforge.net>2004-12-20 23:09:20 +0000
commitf16fe177b416bfd225f1a35b652d40c82485ab76 (patch)
treee658a77762f2b62dea4847b0cbe709bc9f7af0ed
parentd18f0ffcf6cac260e15cc927e188225b304a00ae (diff)
downloadxine-lib-f16fe177b416bfd225f1a35b652d40c82485ab76.tar.gz
xine-lib-f16fe177b416bfd225f1a35b652d40c82485ab76.tar.bz2
- Don't try to second guess the front-end when it tells us we have an expose
event, fixes fullscreen with pause "white bits" using Totem, or xine-ui when paused. CVS patchset: 7290 CVS date: 2004/12/20 23:09:20
-rw-r--r--src/video_out/video_out_xv.c4
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) {