summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2012-01-24 12:58:33 +0000
committerphintuka <phintuka>2012-01-24 12:58:33 +0000
commitc808341c45928d559c1b0b743cdbc5df589b78e8 (patch)
tree8e13a820d8b9e5403118d7e732fe16fac9241eab
parent41adc5c51a0f44d56487c9b4bdd4fe7150c6cf48 (diff)
downloadxineliboutput-c808341c45928d559c1b0b743cdbc5df589b78e8.tar.gz
xineliboutput-c808341c45928d559c1b0b743cdbc5df589b78e8.tar.bz2
Fixed event
-rw-r--r--xine_sxfe_frontend.c4
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);