diff options
-rw-r--r-- | src/video_out/video_out_xv.c | 4 |
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; |