$OpenBSD: patch-xine_artsplugin_xinePlayObject_impl_cpp,v 1.1 2012/11/28 07:17:04 brad Exp $
--- xine_artsplugin/xinePlayObject_impl.cpp.orig	Tue Nov 27 19:03:56 2012
+++ xine_artsplugin/xinePlayObject_impl.cpp	Tue Nov 27 19:06:11 2012
@@ -698,7 +698,7 @@ void xinePlayObject_impl::eventLoop()
 
 	    if (stream != 0)
 	    {
-		xine_gui_send_vo_data( stream,
+		xine_port_send_gui_data( vo_port,
 				       XINE_GUI_SEND_EXPOSE_EVENT,
 				       &event );
 	    }
@@ -714,7 +714,7 @@ void xinePlayObject_impl::eventLoop()
 
 	    if (stream != 0)
 	    {
-		xine_gui_send_vo_data( stream,
+		xine_port_send_gui_data( vo_port,
 				       XINE_GUI_SEND_COMPLETION_EVENT,
 				       &event );
 	    }
@@ -748,7 +748,7 @@ void xineVideoPlayObject_impl::x11WindowId( long windo
 	{
 	    resizeNotify();
 
-	    xine_gui_send_vo_data( stream,
+	    xine_port_send_gui_data( vo_port,
 				   XINE_GUI_SEND_DRAWABLE_CHANGED,
 				   (void *)window );
 	}
