diff options
Diffstat (limited to 'xine_sxfe_frontend.c')
-rw-r--r-- | xine_sxfe_frontend.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_sxfe_frontend.c b/xine_sxfe_frontend.c index ccbcad0a..fa4c4e59 100644 --- a/xine_sxfe_frontend.c +++ b/xine_sxfe_frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_sxfe_frontend.c,v 1.178 2012-01-24 12:25:12 phintuka Exp $ + * $Id: xine_sxfe_frontend.c,v 1.179 2012-01-24 12:58:33 phintuka Exp $ * */ @@ -2751,7 +2751,7 @@ static int sxfe_run(frontend_t *this_gen) } if (event.type == this->xshm_completion_event) - xine_port_send_gui_data (this->x.video_port, XINE_GUI_SEND_XSHM_COMPLETION_EVENT, &event); + xine_port_send_gui_data (this->x.video_port, XINE_GUI_SEND_COMPLETION_EVENT, &event); } return !this->x.fe.xine_is_finished((frontend_t*)this, 0); |