From 74ad1152a42c25ae8cefcf298633a7a9a72c4787 Mon Sep 17 00:00:00 2001 From: phintuka Date: Sun, 20 Mar 2011 20:17:06 +0000 Subject: HUD: report ARGB OSD capability to server --- xine_sxfe_frontend.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 */ -- cgit v1.2.3