From d76159a21254f37b8e8d7fdeeb4827e64d3219a5 Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Mon, 15 Oct 2001 12:20:01 +0000 Subject: The gui->video translation code in xv seems to work, enable it. CVS patchset: 815 CVS date: 2001/10/15 12:20:01 --- src/video_out/video_out_xv.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') 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; -- cgit v1.2.3