summaryrefslogtreecommitdiffstats
path: root/src/part
diff options
context:
space:
mode:
Diffstat (limited to 'src/part')
-rw-r--r--src/part/videoWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/part/videoWindow.cpp b/src/part/videoWindow.cpp
index 97b87cd..53cd0dd 100644
--- a/src/part/videoWindow.cpp
+++ b/src/part/videoWindow.cpp
@@ -176,7 +176,7 @@ bool
VideoWindow::x11Event( XEvent *e )
{
if( e->type == Expose && e->xexpose.count == 0 ) {
- xine_gui_send_vo_data( m_stream, XINE_GUI_SEND_EXPOSE_EVENT, e );
+ xine_port_send_gui_data( m_videoPort, XINE_GUI_SEND_EXPOSE_EVENT, e );
return true;
}