summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJuergen Keil <jkeil@users.sourceforge.net>2001-10-15 12:20:01 +0000
committerJuergen Keil <jkeil@users.sourceforge.net>2001-10-15 12:20:01 +0000
commitd76159a21254f37b8e8d7fdeeb4827e64d3219a5 (patch)
treec9b1c124ba1187fc2753ddafd4512c39d4baad4f /src
parenta23a7f7e101270bfcbfd2db366f4862c7f084ea5 (diff)
downloadxine-lib-d76159a21254f37b8e8d7fdeeb4827e64d3219a5.tar.gz
xine-lib-d76159a21254f37b8e8d7fdeeb4827e64d3219a5.tar.bz2
The gui->video translation code in xv seems to work, enable it.
CVS patchset: 815 CVS date: 2001/10/15 12:20:01
Diffstat (limited to 'src')
-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 aec1d141a..cdbbcd030 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.68 2001/10/14 23:19:59 f1rmb Exp $
+ * $Id: video_out_xv.c,v 1.69 2001/10/15 12:20:01 jkeil Exp $
*
* video_out_xv.c, X11 video extension interface for xine
*
@@ -859,7 +859,6 @@ static int xv_gui_data_exchange (vo_driver_t *this_gen,
this->gc = XCreateGC (this->display, this->drawable, 0, NULL);
break;
- /* FIXME: implement this
case GUI_DATA_EX_TRANSLATE_GUI_TO_VIDEO:
{
int x1, y1, x2, y2;
@@ -875,7 +874,6 @@ static int xv_gui_data_exchange (vo_driver_t *this_gen,
rect->h = y2-y1;
}
break;
- */
default:
return -1;