summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2011-03-20 20:17:06 +0000
committerphintuka <phintuka>2011-03-20 20:17:06 +0000
commit74ad1152a42c25ae8cefcf298633a7a9a72c4787 (patch)
tree1523b7d6d5646d9e32fbef6a8ca34720479725be
parent0ea300b003af9a89be5ebbea660be1b73e05b48b (diff)
downloadxineliboutput-74ad1152a42c25ae8cefcf298633a7a9a72c4787.tar.gz
xineliboutput-74ad1152a42c25ae8cefcf298633a7a9a72c4787.tar.bz2
HUD: report ARGB OSD capability to server
-rw-r--r--xine_sxfe_frontend.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/xine_sxfe_frontend.c b/xine_sxfe_frontend.c
index a51217eb..8897ab23 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.157 2011-03-19 20:25:31 phintuka Exp $
+ * $Id: xine_sxfe_frontend.c,v 1.158 2011-03-20 20:17:06 phintuka Exp $
*
*/
@@ -2727,6 +2727,8 @@ static int sxfe_xine_play(frontend_t *this_gen)
LOGDBG("sxfe_xine_play: Enabling HUD OSD");
this->x.input_plugin->f.fe_handle = this_gen;
this->x.input_plugin->f.intercept_osd = hud_osd_command;
+
+ this->x.fe.send_event((frontend_t*)this, "INFO ARGBOSD");
}
#endif /* HAVE_XRENDER */