[Toxine-cvs] CVS: toxine/src/plugins vo_x11.c,1.35,1.36
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2004-07-18 20:55:44
|
Update of /cvsroot/toxine/toxine/src/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23339 Modified Files: vo_x11.c Log Message: no need to discard X events. Index: vo_x11.c =================================================================== RCS file: /cvsroot/toxine/toxine/src/plugins/vo_x11.c,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- vo_x11.c 18 Jul 2004 20:31:41 -0000 1.35 +++ vo_x11.c 18 Jul 2004 20:55:36 -0000 1.36 @@ -1074,7 +1074,6 @@ pthread_join(private->timed_thread, NULL); XLockDisplay(private->display); - XSync(private->display, True); XUnmapWindow(private->display, private->x11_drawable[private->fullscreen].video_window); XSync(private->display, False); /* Waiting til' window's unmapped. */ |