summaryrefslogtreecommitdiff
path: root/src/video_out
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-04-28 19:47:41 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-04-28 19:47:41 +0000
commit12d67b2b0a4fd1a0bbaea2eb2bb5e5969fef0a54 (patch)
treeba751a49d2220661b167b56df8b72b12836fa7fb /src/video_out
parent77489362597b81f0a4e8771281f4cf94801c3976 (diff)
downloadxine-lib-12d67b2b0a4fd1a0bbaea2eb2bb5e5969fef0a54.tar.gz
xine-lib-12d67b2b0a4fd1a0bbaea2eb2bb5e5969fef0a54.tar.bz2
bugfix in video_out_xv, sorted out audio output plugin handling/code
CVS patchset: 39 CVS date: 2001/04/28 19:47:41
Diffstat (limited to 'src/video_out')
-rw-r--r--src/video_out/video_out_xv.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c
index 529b6c9a7..b32908e16 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.5 2001/04/27 23:51:52 guenter Exp $
+ * $Id: video_out_xv.c,v 1.6 2001/04/28 19:47:42 guenter Exp $
*
* video_out_xv.c, X11 video extension interface for xine
*
@@ -468,8 +468,10 @@ static void xv_setup_window (xv_driver_t *this) {
XFree(wm_hint);
}
+ /* FIXME
wm_delete_window = XInternAtom(this->display, "WM_DELETE_WINDOW", False);
XSetWMProtocols(this->display, this->window, &wm_delete_window, 1);
+ */
/* Map window. */